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 Contributor Last seen December 27, 2022 - Jan 30, 2017 at 11:51 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Jan 30, 2017 at 11:51 AM
Related:
- Convert date to text excel
- How to convert number to words in excel - Guide
- Convert m3u to mp3 - Guide
- Excel mod apk for pc - Download - Spreadsheets
- Convert dts to ac3 mkvtoolnix - Guide
- How to convert numbers into words in ms excel - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Contributor
Last seen
December 27, 2022
555
Jan 30, 2017 at 11:51 AM
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
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