How to convert Date into text.

Solved/Closed
rk gupta - Jan 30, 2017 at 08:49 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Jan 30, 2017 at 11:51 AM
Hello,
how to convert Date to words in excell in large for Tc use e.g 05/01/1992 To change five January,Ninteen Ninty Two


Related:

1 response

TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 552
Jan 30, 2017 at 11:51 AM
Hi rk gupta,

Use WordNum (google search the code) for the day and year (use DAY() and YEAR() to isolate those numbers). For the month use this:
=TEXT(A1,"mmmm")

Then string those 3 value together with & and maybe some " " for spacing.

Best regards,
Trowa
0