Hi there,
I have a column that displays a date combination something like dd.mm.yyyy / dd.mm.yyyy. I managed to separate them into two columns by doing a left(A,10) and right(A,10) however the dates are now presented as dd.mm.yyyy, does anyone know of possible ways to change it to mm/dd/yyyy instead?
I have tried datevalue(a1) and TEXT(A1,"DD-MMM-YYYY") to no avail.
Appreciate your help.
Thanks in advance.
Bookmarks