excel - Convert date format (only year) -


i have range of dates in format dd/mm/yyyy recognised date excel. of dates not identified in excel in dd/mm/yy.

for example

23/03/2015 -> recognised date 23/03/15 -> recognised text format 

when use filter in date column, dates dd/mm/yyyy recognised date under yyyy. dates dd/mm/yy recognised differently.

i need formula convert dd/mm/yy dates format dd/mm/yyyy. fyi dates in 2015 , 2016 years

not elegant solution should job done:

=iferror(date(right(g3,len(g3)-5),mid(g3,3,2),left(g3,2)),g3) 

assumes have leading zeros single digit daya i.e. 02/03/15 rather 2/03/15


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -