See a number, read a date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I type the number (that's number) 20070919 into a cell, the majority of
the english speaking world will recognise instantly that it also represents a
date. What is the quickest and easiest way of persuading Excel to do the same
thing?
 
if the value is in A1 then in another cell:

=DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2))
 
Or without using another cell try selecting the number and:0

Data|Text to columns

keep click next until you get to a screen with 'Column data format'
Select date and in the dropdown YMD
Click finish

Mike
 

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

Back
Top