Thread
:
Convert number to date
View Single Post
#
5
Posted to microsoft.public.excel.misc
Gary''s Student
external usenet poster
Posts: 11,058
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
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student