Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need to convert microsoft date to yyyymmdd | Excel Discussion (Misc queries) | |||
how do I convert date format yyyymmdd to mm/dd/yyyy | Excel Worksheet Functions | |||
convert date (YYYYMMDD) to weeknumber | Excel Worksheet Functions | |||
How do I convert 'YYYYMMDD to an age in Excel? | New Users to Excel | |||
In execel how can I convert dates from yyyymmdd to mm/dd/yyyy | Excel Programming |