Excel - Date to Text

lmcghee

Board Regular
Joined
Jun 7, 2006
Messages
60
Office Version
  1. 365
Platform
  1. Windows
I need to take a date (currently formatted as 07/25/2019) and make a new column into text with 8 characters. 07252019

Ideas?
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
You mean like?
Code:
=TEXT(A1,"mmddyyyy")
(if your original date was in cell A1)
 
Last edited:
Upvote 0
How about
=TEXT(A2,"ddmmyyyy")
 
Upvote 0
How about
=TEXT(A2,"ddmmyyyy")
I think you got the month and date flipped around (as there is no month 25!).
 
Upvote 0
You're quite right, I automatically used the UK style.
 
Upvote 0
Exactly! I knew it was easy, but couldn't remember. Thank you so much, a lifesaver!
 
Upvote 0

Forum statistics

Threads
1,215,692
Messages
6,126,230
Members
449,303
Latest member
grantrob

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