I have a date in the following format:
I've tried applying the following formula to get an excel format date but no cigar. I get a #VALUE! error in the cell. I've tried formatting the cell above to a text format and the date cell to date format but makes no difference.
=DATE(MID(A1,9,4),LEFT(A1,3),MID(A1,5,2))
Any help would be appreciated. Ideally I'd just like the date value to be in the format DD/MM/YYYY.
Aug 27, 2021 00:00 |
Aug 26, 2021 00:00 |
I've tried applying the following formula to get an excel format date but no cigar. I get a #VALUE! error in the cell. I've tried formatting the cell above to a text format and the date cell to date format but makes no difference.
=DATE(MID(A1,9,4),LEFT(A1,3),MID(A1,5,2))
Any help would be appreciated. Ideally I'd just like the date value to be in the format DD/MM/YYYY.