U
underhill
Hi,
I have a report that issues a date in text format to a spdsheet. e.g
the cell content will say 20040501 which = 01/05/2004. I need to get
that into date format to sort and calculate etc. I thought I cd
formulate as follows:
=right(a1,4) & "/" mid(a1,5,7) & left(a1,2) (or something like that!)
and then convert the data type/format of the cell. This isnt working
though. I have also tried using =text(a2,"dd/mm/yyyy") to no avail.
I hope I'm on the right track (although I am in no way an "advanced
user" and prob have no clue!)
Any ideas?
I have a report that issues a date in text format to a spdsheet. e.g
the cell content will say 20040501 which = 01/05/2004. I need to get
that into date format to sort and calculate etc. I thought I cd
formulate as follows:
=right(a1,4) & "/" mid(a1,5,7) & left(a1,2) (or something like that!)
and then convert the data type/format of the cell. This isnt working
though. I have also tried using =text(a2,"dd/mm/yyyy") to no avail.
I hope I'm on the right track (although I am in no way an "advanced
user" and prob have no clue!)
Any ideas?