Format formula to date?

288enzo

Well-known Member
Joined
Feb 8, 2009
Messages
723
Office Version
  1. 2016
Platform
  1. Windows
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
Rich (BB code):
5/7/2024 9:30:00 AM
D3 is
Excel Formula:
=LEFT(C3,FIND(" ",C3)-1)
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
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Try to apply =DATEVALUE(...) then Ctrl + 1 -> Number -> Custom insert dddd, mmmm dd, yyyy
 
Upvote 0
Solution

Forum statistics

Threads
1,216,028
Messages
6,128,393
Members
449,446
Latest member
CodeCybear

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top