Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a function in Excel that will tell me what the date is 13
weeks from now ? So if I give it the initial date of 7/10/2006 13 weeks from now would be 10/9/2006. Thanks, Craig |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
13 weeks is 91 days, so with 7/10/06 in A1, try this:
=DATE(YEAR(A1),MONTH(A1),DAY(A1)+91) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Craig" wrote in message oups.com... Is there a function in Excel that will tell me what the date is 13 weeks from now ? So if I give it the initial date of 7/10/2006 13 weeks from now would be 10/9/2006. Thanks, Craig |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If the date is in A1, =A1+91. Or just =today()+91. Either way, format the
result as a date. "Craig" wrote: Is there a function in Excel that will tell me what the date is 13 weeks from now ? So if I give it the initial date of 7/10/2006 13 weeks from now would be 10/9/2006. Thanks, Craig |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On 15 Jul 2006 12:47:47 -0700, "Craig" wrote:
Is there a function in Excel that will tell me what the date is 13 weeks from now ? So if I give it the initial date of 7/10/2006 13 weeks from now would be 10/9/2006. Thanks, Craig With date in A1: =A1+91 (e.g. A1+(7*13) --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a schedule from a list of dates ? | Charts and Charting in Excel | |||
Formula for determining if two date columns fall within specific date range | Excel Worksheet Functions | |||
Formula for determining if two date columns fall within specific date range | Excel Discussion (Misc queries) | |||
Recurring annual events using a specific date as a trigger date | Excel Worksheet Functions | |||
calculate weeks from a start date ( not yr weeks) | Excel Worksheet Functions |