Date Function

jedilefty

Board Regular
Joined
Nov 14, 2017
Messages
50
Office Version
  1. 365
Platform
  1. Windows
Hello everyone,

Can somebody help me out? I have a column of cells (column D) with a Date Time Stamp in the following format:

6/1/24 6:39

The time is in 24hr formatting. How can I keep this data but in another column (column L) have just the date in M/D/Y format?
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Are your entries in column D valid date entries, or dates entered as text?

If valid date entries, you could just use a formula like this:
Excel Formula:
=INT(D2)
for a value in cell D2 and format the cells as M/D/Y.

If it is entered as text, you can use this formula instead:
Excel Formula:
=DATEVALUE(TEXTBEFORE(D2," ",1))
 
Upvote 0
If you entered it as text, you could use this: =INT(--D2)
 
Upvote 0

Forum statistics

Threads
1,221,444
Messages
6,159,912
Members
451,601
Latest member
terrynelson55

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