Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how calculate the date someone had to be born to have a specific a | Excel Discussion (Misc queries) | |||
Date Function formula that will return the date of a specific week | Excel Worksheet Functions | |||
calculate a date, 10 weeks after a set date | Excel Worksheet Functions | |||
how to count weeks from date "X" then calculate | Excel Worksheet Functions | |||
calculate weeks from a start date ( not yr weeks) | Excel Worksheet Functions |