+ Reply to Thread
Results 1 to 5 of 5

HLOOKUP with tiers

  1. #1
    Registered User
    Join Date
    03-16-2012
    Location
    Chico
    MS-Off Ver
    Excel 2003, 2007, 2010
    Posts
    3

    HLOOKUP with tiers

    Hi everyone!
    I'm trying to create an HLOOKUP formula that will match a number of sales with a commission % for 3 tiers. I haven't gotten too far with this despite it's simplicity. Please help! I'm getting frustrated.

    The sales $$ are:
    * $344
    * $895
    * $976

    and the commission % are: over $900 is 4%, more than $600 is 2% and below $600 is 1%

  2. #2
    Registered User
    Join Date
    08-15-2013
    Location
    San Francisco, CA
    MS-Off Ver
    Excel 2013
    Posts
    16

    Re: HLOOKUP with tiers

    I'm assuming one row is one sale in your sales data. If that's true, I think it would be easier to use nested IF formulas for the commission calculation. The formula would be like the below, where cell A2 represents the price of the item sold in that row.

    =IF(A2<=600,1%,IF(AND(A2>600,A2<=900),2%,3%))

    The $600 and $900 cut-off points are entered directly into the formula , but best practice would be to reference cells containing those values so they can be easily changed by anyone.
    Have a great day!

  3. #3
    Registered User
    Join Date
    03-16-2012
    Location
    Chico
    MS-Off Ver
    Excel 2003, 2007, 2010
    Posts
    3

    Re: HLOOKUP with tiers

    Thank you so much for the reply! However, I'm stuck on trying to figure out how to do it with the HLOOKUP formula

  4. #4
    Registered User
    Join Date
    03-16-2012
    Location
    Chico
    MS-Off Ver
    Excel 2003, 2007, 2010
    Posts
    3

    Re: HLOOKUP with tiers

    Actually, nevermind, i figured out the mistake. i wasn't entering the data in ascending order for the lookup table, instead I was entering in descending order. Thanks your help though!!

  5. #5
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,612

    Re: HLOOKUP with tiers

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    Ben Van Johnson

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Lookup of Revenue Tiers
    By Cowboys9 in forum Excel General
    Replies: 2
    Last Post: 07-16-2013, 10:38 PM
  2. 3 TIERS of commision - result based
    By gazzerus in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-08-2013, 10:27 PM
  3. [SOLVED] Calculating % of cost with different tiers
    By Schnizzle in forum Excel General
    Replies: 2
    Last Post: 03-27-2012, 09:08 AM
  4. Commission Tiers
    By scottma in forum Excel General
    Replies: 4
    Last Post: 01-30-2012, 11:23 PM
  5. calculating discount 15 tiers
    By bamboozle in forum Excel General
    Replies: 2
    Last Post: 04-12-2010, 01:24 PM

Tags for this Thread

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