how do I change the date format from yyyymmdd to mm/dd/yyyy

G

Glenn

Charlene said:
how do I change the date format from yyyymmdd to mm/dd/yyyy

If your data is actually numbers that look like dates in the format "yyyymmdd",
then you would need to do something like this:

=DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2))
 
G

Gord Dibben

Data>Text to Columns>Next>Next>Column Data Format>Date>YMD and Finish


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top