Converting from text/general format to date

slevinmj

New Member
Joined
Sep 3, 2010
Messages
5
Hi,

My ultimate goal is to sort some data in an excel spreadsheet imported from a csv file in date (chronological) order. However I've established I cant do this at the moment as although the contents of the cell is for example 01/07/2010 it is in a text or general format and not date format. So when I sort I get a list sorted by first digit only.

Is there a formula that would convert the general / text in a cell for example 01/07/2010 to a date format which could be then sorted into chronological order?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Try this: select the dates, Data > Text to Columns, click Next twice, tick Date, select DMY and click Finish.
 
Upvote 0
Formula-wise:

=DATEVALUE(A1)

where A1 holds your "date".

You could do the whole lot in one go by selecting the A column (amend as required) and going Data>TextToColumns>Finish
 
Upvote 0

Forum statistics

Threads
1,214,824
Messages
6,121,784
Members
449,049
Latest member
greyangel23

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