View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Lars-Åke Aspelin[_4_] Lars-Åke Aspelin[_4_] is offline
external usenet poster
 
Posts: 83
Default calculate a date, 10 weeks after a set date & return a specific da

On Sat, 20 Mar 2010 15:49:01 -0700, Art3277
wrote:

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.



If your set date is in cell A1, try the following formula:

=A1+70-WEEKDAY(A1,3)

Hope this helps / Lars-Åke