PC Review


Reply
Thread Tools Rate Thread

Calculating number of weeks between dates (start and end dates)

 
 
=?Utf-8?B?R2VyYWxkIExlbWF5?=
Guest
Posts: n/a
 
      28th Mar 2007
Two things I would like to do and I presume that Excel is the software to do
it:

1. Ability to calculate the number of weeks between two dates. For example
how many weeks betweeen April 2, 2007 and August 31, 2007.

2. Ability to calculate a date based on a number of weeks. For example, if
I want to calculate the end date of a course which begins on April 2, 2007
which needs to end 56 weeks later, what is the end date.

Can anyone help?
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      28th Mar 2007
Dates are just numbers to excel.

So you can subtract the earlier from the later and divide by 7 and format the
results as General (excel likes to help and keep the format a date).

And you can add 56 weeks to a date in A1:

=a1+(56*7)
(format as a date)

Excel also has some date related functions (in the analysis toolpak in xl2003
and below).

You may want to look at:
=networkdays()
=workday()
=eomonth()

And one function that isn't documented (except for xl2k):
=datedif()

But Chip Pearson has some very nice notes:
http://www.cpearson.com/excel/datedif.htm

Gerald Lemay wrote:
>
> Two things I would like to do and I presume that Excel is the software to do
> it:
>
> 1. Ability to calculate the number of weeks between two dates. For example
> how many weeks betweeen April 2, 2007 and August 31, 2007.
>
> 2. Ability to calculate a date based on a number of weeks. For example, if
> I want to calculate the end date of a course which begins on April 2, 2007
> which needs to end 56 weeks later, what is the end date.
>
> Can anyone help?


--

Dave Peterson
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculating number of weeks between dates? John Microsoft Excel Worksheet Functions 2 30th Nov 2007 02:42 AM
calculating number of weeks between two set dates =?Utf-8?B?YW5zd2VyNzg2?= Microsoft Excel Worksheet Functions 2 21st Aug 2007 05:34 PM
calculating number of weeks between two dates =?Utf-8?B?dm5zcm9kMjAwMA==?= Microsoft Excel Worksheet Functions 4 28th Mar 2007 09:34 PM
Calculating number of days between two dates that fall between two other dates richard.goodger@gmail.com Microsoft Excel Misc 5 26th Oct 2005 07:18 PM
Calculating number of weeks from two dates spudgun Microsoft Excel Misc 5 4th Aug 2005 01:08 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:31 PM.