facing a problem regarding date format.
i have a list where date is in general format.
is there any formula by which i can change my date from general to date format.
example- date/month/year is my present format;wanna convert month/date/year format..
is it possible???
Many things are possible.
You could get Your answer quicker (many times) after You have uploaded a Sample File.
... or is this something like from 12/14/2016 to 14/12/2016?
when i tried to group my dates monthly in pivot table i found my date column is in general format not in date format. there are so many dates.its very diificult to change one by one..so can i do it by any formula or something??
thanks..
formula to cell B2 and copy down =DATE(2000+RIGHT(C4;2);IF(MID(C4;6;1)=".";MID(C4;4;2);MID(C4;4;1));LEFT(C4;2)) NOTE! if for some reason You need to use "," instead of ";" then USE!
... because someone didn't want to write September like .09. (written .9.).
There should be 'rules' how to write! Maybe soon someone would write like m.d.yy or whatever combination.
You could try to use 'data validation' ...
you can try this.
first select entire column of date and opt format as DD/MM/YYYY.
then press ctrl+h and replace all "." with "/". you will get what you want.