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

If you need a genuine date then:

=DATE(RIGHT(A1,2)+2000,INT(A1/10000),RIGHT(INT(A1/100),2))

--
Gary''s Student - gsnu200723