Hi All,
I have in field A1, value of 20131021 in format general.
I want to convert this to 21/10/2013 within the same field. (Field A1)
The only way I know is to do it in another cell, then references it.
e.g. A2 =DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2))
But is it possible to use any methods to change the date format within A1 itself?
Regards.
Nironto
Bookmarks