I need to convert a series of DOB's from yyyymmdd to mmddyyyy

G

Guest

I have a spreadsheet the 10,612 DOB's in the yyyymmdd format as required by
Federal Law Enforcement. Those dates need to be changed to mmddyyyy.
 
D

Dave Peterson

If those entries are really dates, you could just use:
format|Cells|number tab|Custom category
and type in
mmddyyyy

If those entries are just plain old numbers, you can select the column
data|text to columns
fixed width (and remove any lines that excel guessed)
choose date and ymd

Now you'll end up with real dates in those cells and you can give them a custom
format of mmddyyyy.

I think you'll find that if you keep your data as real dates and use formats to
show what you'll need you'll be much better off.

You'll be able to do date arithmetic (age when they committed their first crime
<g>) much easier.
 

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