hello all,
i have following data number as general format, like this below ;
2001
2008
2004
2003
1998
1997
etc,,..
how to make them with date format.....
31/12/2001
31/12/2008
31/12/2004
etc...
it's possible?
thanks!!
hello all,
i have following data number as general format, like this below ;
2001
2008
2004
2003
1998
1997
etc,,..
how to make them with date format.....
31/12/2001
31/12/2008
31/12/2004
etc...
it's possible?
thanks!!
Assume data is in column A. In column B =Date(A1, 12, 31) and copy down.
Alan עַם יִשְׂרָאֵל חַי
Change an Ugly Report with Power Query
Database Normalization
Complete Guide to Power Query
Man's Mind Stretched to New Dimensions Never Returns to Its Original Form
Maybe...
=VALUE(TEXT("31/12/"&2001,"DD/MM/YYYY"))
Is it all is date 31 and month 12 ?
Alan, azumi you are great....
thanks you very much....i am helped....
Or =("31/12/"&A1)+0
Error: Deleted post
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks