Forum Discussion
calgar1700
Aug 08, 2019Copper Contributor
date conversion
trying to alter date in date format to calendar / time or text format ie. nos. to words this is the area below : the formula i used is =TEXT(A62,"dddd") in 2nd cell 01.10.99 01.10.99 ...
Navedkhan
Aug 11, 2019Copper Contributor
hey calgar1700 it's not working because text formula always extract "text" , so i suggest you to appy =Int(b62) and then use date format
hope this should work
hope this should work
- SergeiBaklanAug 11, 2019Diamond Contributor
INT() from text returns #VALUE!
- NavedkhanAug 11, 2019Copper Contributorhey thanks for correcting ,
1. replace (.)dot with / or -
and use this formula =text(a62,"dddd")
hope this will work- SergeiBaklanAug 12, 2019Diamond Contributor
Perhaps you assume there is the date in A62. I guess it is a text representation of the date here. TEXT() on text returns exactly the same text.