Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default I need to convert a series of DOB's from yyyymmdd to mmddyyyy

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.
--
CoachCY
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default I need to convert a series of DOB's from yyyymmdd to mmddyyyy

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.

CoachCY wrote:

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.
--
CoachCY


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
need to convert microsoft date to yyyymmdd pm Excel Discussion (Misc queries) 3 May 14th 23 11:43 AM
how do I convert date format yyyymmdd to mm/dd/yyyy Datahead Excel Worksheet Functions 3 May 11th 23 11:45 AM
convert date (YYYYMMDD) to weeknumber mark paul Excel Worksheet Functions 1 February 27th 07 12:05 PM
How do I convert 'YYYYMMDD to an age in Excel? BearlyCat New Users to Excel 3 January 14th 07 09:36 PM
In execel how can I convert dates from yyyymmdd to mm/dd/yyyy converting date formats Excel Programming 3 September 23rd 05 07:42 PM


All times are GMT +1. The time now is 01:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"