Closed Thread
Results 1 to 4 of 4

need help with a formula - % reduction

  1. #1
    andy
    Guest

    need help with a formula - % reduction

    This is my very first post. I am a bit nervous because I am unsure if
    I am creating this post correctly. Anyways, I need help on a formula
    that will do the following:

    Lets say that there are 100 Total Lunch days. As part of the 100 Total
    Lunch days, there are 10 Sandwich days.

    The Sandwich day rate is currently 10%.

    The new target Sandwich day rate is 4.3%.

    To match the new target Sandwich day rate, I need to figure out the NEW
    Total Lunch days and the NEW Sandwich days.
    Sandwich Days/Total Lunch days would be 4.3%.

    What formula would I use to do this?
    I am using excel.

    Thanks.


  2. #2
    Bob Phillips
    Guest

    Re: need help with a formula - % reduction

    Are you looking for a formula that will tell you how many days of your total
    lunch days should be sandwich days to meet your 4.3% target?

    If so, assume that the total days are in A2, then

    =A2*4.3%

    will give you the answer. But you probably want a whole number of days, so
    best to round it,

    up , for instance 4.3 goes to 5 as does 4.8, is

    =ROUNDUP(A2*4.3%,0)

    and down, 4.3 becomes 4 as does 4.8, is

    =ROUNDDOWN(A2*4.3%,0)

    And welcome to the Microsoft public NGs!

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "andy" <ahartshorne@yahoo.com> wrote in message
    news:1121801029.477755.242590@g49g2000cwa.googlegroups.com...
    > This is my very first post. I am a bit nervous because I am unsure if
    > I am creating this post correctly. Anyways, I need help on a formula
    > that will do the following:
    >
    > Lets say that there are 100 Total Lunch days. As part of the 100 Total
    > Lunch days, there are 10 Sandwich days.
    >
    > The Sandwich day rate is currently 10%.
    >
    > The new target Sandwich day rate is 4.3%.
    >
    > To match the new target Sandwich day rate, I need to figure out the NEW
    > Total Lunch days and the NEW Sandwich days.
    > Sandwich Days/Total Lunch days would be 4.3%.
    >
    > What formula would I use to do this?
    > I am using excel.
    >
    > Thanks.
    >




  3. #3
    Sandy Mann
    Guest

    Re: need help with a formula - % reduction

    Andy,

    With total Lunch days in A1, 4.3% in D1,

    =A1*D1 will give the new Sandwich days and

    =A1*(1-D1) will give the other Lunch days

    If you want if in whole days only then

    =ROUND(A1*D1,0) will give the Sandwich days and

    =ROUND(A1*(1-D1),0) the other days


    --
    HTH

    Sandy
    sandymann@mailinator.com
    Replace@mailinator with @tiscali.co.uk


    "andy" <ahartshorne@yahoo.com> wrote in message
    news:1121801029.477755.242590@g49g2000cwa.googlegroups.com...
    > This is my very first post. I am a bit nervous because I am unsure if
    > I am creating this post correctly. Anyways, I need help on a formula
    > that will do the following:
    >
    > Lets say that there are 100 Total Lunch days. As part of the 100 Total
    > Lunch days, there are 10 Sandwich days.
    >
    > The Sandwich day rate is currently 10%.
    >
    > The new target Sandwich day rate is 4.3%.
    >
    > To match the new target Sandwich day rate, I need to figure out the NEW
    > Total Lunch days and the NEW Sandwich days.
    > Sandwich Days/Total Lunch days would be 4.3%.
    >
    > What formula would I use to do this?
    > I am using excel.
    >
    > Thanks.
    >




  4. #4
    gls858
    Guest

    Re: need help with a formula - % reduction

    andy wrote:
    > This is my very first post. I am a bit nervous because I am unsure if
    > I am creating this post correctly. Anyways, I need help on a formula
    > that will do the following:
    >
    > Lets say that there are 100 Total Lunch days. As part of the 100 Total
    > Lunch days, there are 10 Sandwich days.
    >
    > The Sandwich day rate is currently 10%.
    >
    > The new target Sandwich day rate is 4.3%.
    >
    > To match the new target Sandwich day rate, I need to figure out the NEW
    > Total Lunch days and the NEW Sandwich days.
    > Sandwich Days/Total Lunch days would be 4.3%.
    >
    > What formula would I use to do this?
    > I am using excel.
    >
    > Thanks.
    >

    Well you created the post just fine, but I'm a little confused
    on what you are trying to do. You need to know either the number
    of total lunch days or the number of Sandwich days. You can't solve
    for both. Do you know the total lunch days?

    gls858



Closed 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