#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default date format

My column of dates somehow changed from mo/da/yr format to 5 numbers. I've
tried to change it back using Format, Cells, Date, etc. But it will not
change. How can I fix this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default date format

Try this
Enter 1 anywhere in a blank cell
Copy the cell
Select the numbers you want as dates
Choose Edit|Paste Special|Multiply
Format the cells as Date...

"Mike" wrote:

My column of dates somehow changed from mo/da/yr format to 5 numbers. I've
tried to change it back using Format, Cells, Date, etc. But it will not
change. How can I fix this?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default date format

If they won't respond to to Format, Cells, Date, it sounds as if you've
managed to turn them to text.
Try copying a blank cell, then select your column of dates and Edit/Paste
Special/ Add. Then retry your Format, Cells, Date.
--
David Biddulph

"Mike" wrote in message
...
My column of dates somehow changed from mo/da/yr format to 5 numbers.
I've
tried to change it back using Format, Cells, Date, etc. But it will not
change. How can I fix this?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,934
Default date format

I think your 5-digit numbers are text and not numbers. Select the cells (or,
if a lot, just select the entire column) with the 5-digit numbers in them,
then press Alt+F11 and copy/paste this line of code into the Immediate
window in the VBA editor that opened up (if you don't see the Immediate
window, press Ctrl+G to bring it up)...

Selection.Formula = Selection.Formula

then, with the text cursor still on this line of code, press the Enter key.
Now, when you go back to the worksheet, your 5-digit numbers should be
numbers, or possibly dates, again. If they are still numbers, formatting the
column as Date should now work.

--
Rick (MVP - Excel)


"Mike" wrote in message
...
My column of dates somehow changed from mo/da/yr format to 5 numbers.
I've
tried to change it back using Format, Cells, Date, etc. But it will not
change. How can I fix this?


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
convert serial date format to normal date format Flagworld Excel Discussion (Misc queries) 3 September 23rd 08 01:32 PM
Convert date from text format to date format Anita Excel Discussion (Misc queries) 3 June 4th 07 11:57 AM
Convert date + time text format to date format Paul Ho Excel Worksheet Functions 2 May 22nd 07 05:47 PM
Can I change a date with no format (20051111) to date format? Rose New Users to Excel 2 November 11th 05 09:03 PM
Excel 2000 date format cannot be set to Australian date format Brian Jones Excel Discussion (Misc queries) 1 March 30th 05 06:03 AM


All times are GMT +1. The time now is 10:45 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"