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 ...
SergeiBaklan
Aug 11, 2019Diamond Contributor
INT() from text returns #VALUE!
Navedkhan
Aug 11, 2019Copper Contributor
hey thanks for correcting ,
1. replace (.)dot with / or -
and use this formula =text(a62,"dddd")
hope this will work
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.
- NavedkhanAug 11, 2019Copper Contributorfurther more about your query of long date
suggest you to use / or - intead of (.) dot then use this
=text(a62,"dddd,dd/mmmm/yyyy)