PC Review


Reply
Thread Tools Rate Thread

Create Formula - Add # of Networkdays to a specific start date to find an end date

 
 
bdicarlo1@yahoo.com
Guest
Posts: n/a
 
      8th Jan 2007
I need to create a formula where I add a set number of Networkdays to a
start date. Example:

Start Date = 1/2/07
Number of Networkdays = 21
End Date = Is calculated

If Start = 1/2/07 and 21 Networkdays are added, what is the retured end
date????

I can only find example of Networkdays where I would be providing the
Start and End Dates, and it will calculate the Networkdays. I can't
find example where End Date is calculated based on the number of
networkdays from start date.

Can anyone help with a valid formula for this?

Thanks!!

 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      8th Jan 2007
Look for =workday() in Excel's help.
(Also part of the analysis toolpak)

(E-Mail Removed) wrote:
>
> I need to create a formula where I add a set number of Networkdays to a
> start date. Example:
>
> Start Date = 1/2/07
> Number of Networkdays = 21
> End Date = Is calculated
>
> If Start = 1/2/07 and 21 Networkdays are added, what is the retured end
> date????
>
> I can only find example of Networkdays where I would be providing the
> Start and End Dates, and it will calculate the Networkdays. I can't
> find example where End Date is calculated based on the number of
> networkdays from start date.
>
> Can anyone help with a valid formula for this?
>
> Thanks!!


--

Dave Peterson
 
Reply With Quote
 
Jerry
Guest
Posts: n/a
 
      9th Jan 2007
Dave,

It sounds as though you may need to calculate workdays in each month. The
excel function is =eomonth(start_date,no of months to calculate days on).
For example eomonth(1/2/7,0) returns 1/31/7. So in your formula you would
have =networkdays(1/2/7,eomonth(1/2/7,0)) would return 22 days.
Substituting a 1-12 in the last parameter for eomonth would count the days
in all months through the number of months past january.

This isn't the final answer you are looking for but you could experiment
with it.
the eomonth function is in the analysis pak.

"Dave Peterson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Look for =workday() in Excel's help.
> (Also part of the analysis toolpak)
>
> (E-Mail Removed) wrote:
>>
>> I need to create a formula where I add a set number of Networkdays to a
>> start date. Example:
>>
>> Start Date = 1/2/07
>> Number of Networkdays = 21
>> End Date = Is calculated
>>
>> If Start = 1/2/07 and 21 Networkdays are added, what is the retured end
>> date????
>>
>> I can only find example of Networkdays where I would be providing the
>> Start and End Dates, and it will calculate the Networkdays. I can't
>> find example where End Date is calculated based on the number of
>> networkdays from start date.
>>
>> Can anyone help with a valid formula for this?
>>
>> Thanks!!

>
> --
>
> Dave Peterson



 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      9th Jan 2007
First, it wasn't me who asked the question.

Second, it sounds more like an =workday() question (well, to me anyway).

Jerry wrote:
>
> Dave,
>
> It sounds as though you may need to calculate workdays in each month. The
> excel function is =eomonth(start_date,no of months to calculate days on).
> For example eomonth(1/2/7,0) returns 1/31/7. So in your formula you would
> have =networkdays(1/2/7,eomonth(1/2/7,0)) would return 22 days.
> Substituting a 1-12 in the last parameter for eomonth would count the days
> in all months through the number of months past january.
>
> This isn't the final answer you are looking for but you could experiment
> with it.
> the eomonth function is in the analysis pak.
>
> "Dave Peterson" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Look for =workday() in Excel's help.
> > (Also part of the analysis toolpak)
> >
> > (E-Mail Removed) wrote:
> >>
> >> I need to create a formula where I add a set number of Networkdays to a
> >> start date. Example:
> >>
> >> Start Date = 1/2/07
> >> Number of Networkdays = 21
> >> End Date = Is calculated
> >>
> >> If Start = 1/2/07 and 21 Networkdays are added, what is the retured end
> >> date????
> >>
> >> I can only find example of Networkdays where I would be providing the
> >> Start and End Dates, and it will calculate the Networkdays. I can't
> >> find example where End Date is calculated based on the number of
> >> networkdays from start date.
> >>
> >> Can anyone help with a valid formula for this?
> >>
> >> Thanks!!

> >
> > --
> >
> > Dave Peterson


--

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
how do i create a formula in Excel - count by a specific date Pinky Microsoft Excel Worksheet Functions 4 28th Jun 2009 06:17 PM
create specific months between start date and end date momo_brad Microsoft Access 1 27th Nov 2008 08:36 PM
Networkdays with no start date and no end date =?Utf-8?B?c3R1Y2s0b25jZQ==?= Microsoft Excel Worksheet Functions 4 5th Apr 2007 03:30 PM
Create Formula - Add # of Networkdays to a specific start date to find an end date bdicarlo1@yahoo.com Microsoft Excel Discussion 0 8th Jan 2007 11:32 PM
Formula for determining if two date columns fall within specific date range Igottabeme Microsoft Excel Misc 1 20th Apr 2006 10:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:19 PM.