View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default calculate a date, 10 weeks after a set date & return a specific da

See if this does what you want...

A1 = some date

B1 formula:

=A1+70-WEEKDAY(A1+70,3)

Format as Date (if needed)

--
Biff
Microsoft Excel MVP


"Art3277" wrote in message
...
I would like to calculate a date, 10 weeks after a set date and return the
date of that tenth week monday? Is this possible.