Hi all,
I have a spreadsheet that is exported from a database. What I have to work with in particular is cell C3 formatted as General. I have created a helper column D and used the following formula to extract the date.
C3 is
D3 is
What I can't figure out and need your assistance with is how to format D3 to "Date" and specifically the example "Wednesday, March 14, 2012" as shown in Format Cells. When I try, nothing happens.
Thank you
I have a spreadsheet that is exported from a database. What I have to work with in particular is cell C3 formatted as General. I have created a helper column D and used the following formula to extract the date.
C3 is
Rich (BB code):
5/7/2024 9:30:00 AM
Excel Formula:
=LEFT(C3,FIND(" ",C3)-1)
Thank you