Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I need to figure out how to calculate future dates in excel in # of weeks.
Is there an easy way to do this? |
#2
![]() |
|||
|
|||
![]()
If you want to add a week to a date, just use =A1+7.
If you want to determine the number of weeks between two dates, just use =(B1-A1)/7 ******************* ~Anne Troy www.OfficeArticles.com www.MyExpertsOnline.com "Linda" wrote in message ... I need to figure out how to calculate future dates in excel in # of weeks. Is there an easy way to do this? |
#3
![]() |
|||
|
|||
![]()
Just subtract today's date from the future date and divide by 7.
If you only want whole weeks, INT it, =INT((A2-TODAY())/7) to the nearest week =ROUND((A2-TODAY())/7,0) -- HTH Bob Phillips "Linda" wrote in message ... I need to figure out how to calculate future dates in excel in # of weeks. Is there an easy way to do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I calculate duration between two dates and times in excel? | Excel Discussion (Misc queries) | |||
Calculate numbers between 2 dates | Excel Discussion (Misc queries) | |||
formula to calculate # of days between dates, excluding holidays | Excel Discussion (Misc queries) | |||
calculate weeks from a start date ( not yr weeks) | Excel Worksheet Functions | |||
calculate with dates before 1-1-1900 | Excel Worksheet Functions |