Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Linda
 
Posts: n/a
Default How do I calculate # of weeks between 2 dates in excel?

I need to figure out how to calculate future dates in excel in # of weeks.
Is there an easy way to do this?
  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

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   Report Post  
Bob Phillips
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I calculate duration between two dates and times in excel? Robin CSM002 Excel Discussion (Misc queries) 3 May 13th 23 07:42 PM
Calculate numbers between 2 dates Rajiv@Ivey Excel Discussion (Misc queries) 0 May 17th 05 06:25 PM
formula to calculate # of days between dates, excluding holidays abs2299 Excel Discussion (Misc queries) 8 March 3rd 05 02:21 AM
calculate weeks from a start date ( not yr weeks) Todd F. Excel Worksheet Functions 6 November 27th 04 05:53 PM
calculate with dates before 1-1-1900 jan wan Excel Worksheet Functions 3 October 29th 04 10:54 PM


All times are GMT +1. The time now is 05:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"