Excel number / date conversion

M

markperry

I've just pulled some data out of an ODBC connection into Access an
then exported it to Excel.

The dates are currently in the format 20031109. But the built in dat
convertor (from Format Cells) doesn't do anything, even if I convert i
to a 'proper' number first.

How can I convert this to 09/11/2003 so that I can do some date - base
arithmetic and work out difference in days
 
G

Gord Dibben

Select the column and Data>Text to Columns>Next>Next>Column Data
Format>Date>YMD(YDM?)>Finish.


Gord Dibben Excel MVP
 
Top