Hello,
What's the easiest way to convert a date currently set in dd/mm/yyyy format to a text/string format that just takes the yyyy part? i.e. I wish to convert 01/01/2010 and only obtain '2010' as a text string.
Thanks.
Hello,
What's the easiest way to convert a date currently set in dd/mm/yyyy format to a text/string format that just takes the yyyy part? i.e. I wish to convert 01/01/2010 and only obtain '2010' as a text string.
Thanks.
Try
=Text(A1,"YYYY")
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
try
=YEAR(A1)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks