I have an excel file, with a date column, but I want to convert the date column to
YY/MM/DD/Time
Ive been searching for 2 hours and no result y
Your going to have to parse the date into four columns using fixed parsing. Then reassemble the columns any way you want. Just Google with excel parse columns fixed.