+ Reply to Thread
Results 1 to 2 of 2

How to express range of Percentages

  1. #1
    Forum Contributor
    Join Date
    02-14-2004
    Posts
    131

    How to express range of Percentages

    Inventory Error Rate Penalty
    0-1.0% 0.00%
    1.0-1.5% 5.00%
    1.5-2.0% 10.00%
    2.0-2.5% 15.00%
    2.50%+ 20.00%

    When my inventory is off by a percentage of sales my managers get a penalty based on the error rate. How do I express the listed ranges above in a formula so that given a certain error rate the penalty is calculated. For example a Manager's year end bonus is $5,000. The error rate is 1.25% therefore he would be penalized 5% or $250.00.

  2. #2
    Bob Phillips
    Guest

    Re: How to express range of Percentages

    Put this data ina table, say M1:N20

    0 0
    1 0.05
    1.5 0.1
    2 0.15
    2.5 0.2






    and then use this formula to get the penalty rate

    =VLOOKUP(D1,M1:N20,2)

    assuming that D1 holds the inventory

    --

    HTH

    Bob Phillips

    (remove nothere from the email address if mailing direct)

    "nander" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Inventory Error Rate Penalty
    > 0-1.0% 0.00%
    > 1.0-1.5% 5.00%
    > 1.5-2.0% 10.00%
    > 2.0-2.5% 15.00%
    > 2.50%+ 20.00%
    >
    > When my inventory is off by a percentage of sales my managers get a
    > penalty based on the error rate. How do I express the listed ranges
    > above in a formula so that given a certain error rate the penalty is
    > calculated. For example a Manager's year end bonus is $5,000. The error
    > rate is 1.25% therefore he would be penalized 5% or $250.00.
    >
    >
    > --
    > nander
    > ------------------------------------------------------------------------
    > nander's Profile:

    http://www.excelforum.com/member.php...fo&userid=6156
    > View this thread: http://www.excelforum.com/showthread...hreadid=505406
    >




+ 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