Date conversion/sorting problem

frankpat

New Member
Joined
Apr 23, 2002
Messages
7
I have a voluminous spreadsheet that I need to sort by date. The problem is how the dates are presented. For example: January 2, 2002 is presented as 1022002. October 2, 2002 is presented as 10022002. Essentially, dates are entered as integers, not in a form which Excel recognizes as dates. Do you know of a way that I could convert the integers to dates?
Thanks

Any assistance would be greatly appreciated.

Frank Patrinicola
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
For text representation of date values listed in column A begining at cell A1 enter the formula...

=TEXT(A1,"0-00-0000")+0

...into B1 and fill down. You can then use Copy/Paste Special... Values to overlay the column A values.

...Or, just sort on the new column B values.
This message was edited by Mark W. on 2002-04-24 13:08
 
Upvote 0

Forum statistics

Threads
1,214,622
Messages
6,120,572
Members
448,972
Latest member
Shantanu2024

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top