Thread
:
Excel Dates
View Single Post
#
2
Posted to microsoft.public.excel.misc
Gary''s Student
external usenet poster
Posts: 11,058
Excel Dates
put the start date in A1, the number of weeks in B1 and the offset in C1
In D1 put:
=DATE(YEAR(A1),MONTH(A1),DAY(A1)+7*B1+C1)
and format as dd/mm/yy
--
Gary''s Student - gsnu200723
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student