Hi All
I have data entry in excel column A as 2025-Feb-20. I want produce in excel column B as: Thursday, February 20, 2025
Do we have excel formular to achieve that?
Many Thanks
Hi All
I have data entry in excel column A as 2025-Feb-20. I want produce in excel column B as: Thursday, February 20, 2025
Do we have excel formular to achieve that?
Many Thanks
One way,
![]()
=TEXT(DATE(TEXTBEFORE(A1,"-"),MONTH(TEXTBEFORE(TEXTAFTER(A1,"-"),"-")&"/1"),TEXTAFTER(A1,"-",2)),"DDDD ,MMMM DD, YYYY")
It is working. Many Thanks
You are welcome.![]()
Hi uqls,
You could just reference the date (I assume the entry in Col. A it is an actual date not a string that looks like a date) and format Col. B as "dddd, mmmm dd, yyyy" or via a formula:
=TEXT(A2,"dddd, mmmm dd, yyyy")
Regards,
Robert
____________________________________________
Please ensure you mark your thread as Solved once it is. Click here to see how
If this post helps, please don't forget to say thanks by clicking the star icon in the bottom left-hand corner of my post
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks