View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default See a number, read a date

if the value is in A1 then in another cell:

=DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2))

--
Gary''s Student - gsnu200747


"Lionel H" wrote:

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?