Formating Dates

G

Guest

Hi,
I have a list of dates in this format;

20071105
yyyymmdd

I would like to have these displayed in excel in a more easy-to-read format,
such as dd/mm/yy. If i simply try to format these cells as a date in excel
it predictably treats them as negative dates and displays them as ########.
Is there a way I can get excel to format these cells correctly, without
having to manually type in a huge list of dates?

Thanks,
Tom
 
G

Guest

A1 = 20071105
B1 = =DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2))
Format B1 as Date mm/dd/yy

HTH

Jim May
 
D

David Biddulph

Data/ Text to Columns/ Next/ Next/ Column date format: Date: YMD/ Finish
Format your cell to suit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top