+ Reply to Thread
Results 1 to 3 of 3

A end date and want to a calculated date from it with a %

  1. #1
    Not the sharperst tool in the shed!
    Guest

    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. #2
    Peo Sjoblom
    Guest

    Re: 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
    shed!@discussions.microsoft.com> wrote in message
    news:3A3FB8C9-DAC1-4F98-89B6-4D839201D6FC@microsoft.com...
    > 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. #3
    Not the sharperst tool in the shed!
    Guest

    Re: 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
    > shed!@discussions.microsoft.com> wrote in message
    > news:3A3FB8C9-DAC1-4F98-89B6-4D839201D6FC@microsoft.com...
    > > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1