Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Not the sharperst tool in the shed!
 
Posts: n/a
Default A end date and want to a calculated date from it with a %

If I have a end date and want to calculate targeted completion
"workdays"dates from a percentage, what is the formula.

IE: Start date today, end date is 12-31
Task One: gets 50% of the available works days=
Task Two: gets 53% of the available work days=

Any help is appreciated
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default A end date and want to a calculated date from it with a %

Use NETWORKDAYS and WORKDAY

=NETWORKDAYS(Start,end,holidays)

where holidays can be a range like H1:H10 where you manually put all the
holidays or a named range

Then take half of the result you get (50%) and use it in

=WORKDAY(Start,number_of_days,holidays)

then the same formula with 53% of the result of networkdays

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon




"Not the sharperst tool in the shed!" <Not the sharperst tool in the
wrote in message
...
If I have a end date and want to calculate targeted completion
"workdays"dates from a percentage, what is the formula.

IE: Start date today, end date is 12-31
Task One: gets 50% of the available works days=
Task Two: gets 53% of the available work days=

Any help is appreciated


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Not the sharperst tool in the shed!
 
Posts: n/a
Default A end date and want to a calculated date from it with a %

Thanks, I'm basically trying to create a backward schedule. I'm wanting to
use a (ship date) end date and assign a percentage of available time per
task, so that I see what day things have to be completed by. I'm not very
good with excel and struggle with the formulas.

Maybe this example will help.


Order Entered Purchase Orders Shippers Printed Ship Date

99% 78% 1% 100%
Date? Date? Date? 5/25/06

Thanks


"Peo Sjoblom" wrote:

Use NETWORKDAYS and WORKDAY

=NETWORKDAYS(Start,end,holidays)

where holidays can be a range like H1:H10 where you manually put all the
holidays or a named range

Then take half of the result you get (50%) and use it in

=WORKDAY(Start,number_of_days,holidays)

then the same formula with 53% of the result of networkdays

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon




"Not the sharperst tool in the shed!" <Not the sharperst tool in the
wrote in message
...
If I have a end date and want to calculate targeted completion
"workdays"dates from a percentage, what is the formula.

IE: Start date today, end date is 12-31
Task One: gets 50% of the available works days=
Task Two: gets 53% of the available work days=

Any help is appreciated



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



All times are GMT +1. The time now is 02:13 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"