Forum Discussion
aussiemight
Oct 13, 2022Copper Contributor
How to please.
I have a worksheet which contains dates for invoices but I have them in separate columns i.e. Col A contains Day then Col B contains Month & Col C contains Year. These 3 columns are formatted as...
- Oct 13, 2022You could try this and format as a date:
=Date(C1, B1, A1)
JMB17
Oct 13, 2022Bronze Contributor
You could try this and format as a date:
=Date(C1, B1, A1)
=Date(C1, B1, A1)
- aussiemightOct 16, 2022Copper ContributorThanks so much.