+ Reply to Thread
Results 1 to 5 of 5

How to lookup tax rate from a reference table?

  1. #1
    Registered User
    Join Date
    08-20-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    10

    How to lookup tax rate from a reference table?

    In my cell S6 in my sheet "Staff", I need a formula that collects data from the sheet called "TaxRates" based on the data in the cell R6 (of the first sheet "Staff").
    The Tax Rate (cell S6) the staff member is charged depends on their Gross Pay (cell R6).
    If the staff member made from $0-$200, the tax rate is 5%. There is a list of these on the sheet "TaxRates". Maybe a VLOOKUP would work for this, and I make this table the reference table.

    I've attached it so that this makes more sense.
    Attached Files Attached Files
    Last edited by icarrington; 08-23-2012 at 12:52 AM.

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: What statement should I use for this problem?

    Hi icarrington,

    Welcome to the forum.

    Suggest you to change the thread title to reflect the query you are asking... see forum rules:-

    http://www.excelforum.com/forum-rule...rum-rules.html

    May be a title like "How to lookup tax rate from a reference table" .. thanks.

    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  3. #3
    Registered User
    Join Date
    08-20-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: How to lookup tax rate from a reference table?

    Ok, I changed it now

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How to lookup tax rate from a reference table?

    How about..

    =INDEX(TaxRates!$C$6:$E$10,MATCH(R12,TaxRates!$C$6:$C$10,1),3)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  5. #5
    Registered User
    Join Date
    08-20-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: How to lookup tax rate from a reference table?

    Thanks, that worked! I also got one that worked, so for future reference, the equation went:
    =IF(S6<TaxRates!$D$6,TaxRates!$E$6,IF(S6<TaxRates!$D$7,TaxRates!$E$7,IF(S6<TaxRates!$D$8,TaxRates!$E$8,IF(S6<TaxRates!$D$9,TaxRates!$E$9,IF(S6<TaxRates!$D$10,TaxRates!$E$10)))))
    But yours was much more efficient!

+ 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