Thread
:
How do I create a date format
View Single Post
#
2
Posted to microsoft.public.excel.misc
Gary''s Student
external usenet poster
Posts: 11,058
How do I create a date format
If the typed value is in A1, then in B1:
=DATE(2000+RIGHT(A1,2),LEFT(A1,2),MID(A1,3,2))
--
Gary''s Student - gsnu200779
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student