H
harpscardiff
Hi,
a1 to a30 contains a date, in the following format YYYYMMDD
I need to convert it into a generic format: DD/MM/YYYY
I'm using the mid function
=MID(A1,7,2)&"/"&MID(A1,5,2)&"/"&MID(A1,1,4)
i've tried:
=DATE(YEAR(EDATE(A1,2)),MONTH(EDATE(A1,2)),DAY(EDATE(A1,2)))
Not working, Keep gettin #Num!
Is there an easier way, so that is is a date format, rather than text?
Cheer
a1 to a30 contains a date, in the following format YYYYMMDD
I need to convert it into a generic format: DD/MM/YYYY
I'm using the mid function
=MID(A1,7,2)&"/"&MID(A1,5,2)&"/"&MID(A1,1,4)
i've tried:
=DATE(YEAR(EDATE(A1,2)),MONTH(EDATE(A1,2)),DAY(EDATE(A1,2)))
Not working, Keep gettin #Num!
Is there an easier way, so that is is a date format, rather than text?
Cheer