+ Reply to Thread
Results 1 to 3 of 3

If a cell is between two numbers then it equals...

  1. #1
    Registered User
    Join Date
    05-11-2013
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    10

    If a cell is between two numbers then it equals...

    Hey guys, I have two sheets, one with fillable data and the other is the spreadsheet with the results of the data.

    My spreadsheets are for a hypothetical business, and have 10 years of info in the results sheet. They vary greatly by the figures I put into the fillable data sheet.

    I have projections for ten years of profits and want to add a tax cell for each year . See Below:

    if taxable income is over but not over tax is plus % of amount over
    $0 $17,850 $0.00
    +
    10.00% $0.00
    $17,850 $72,500 $1,785.00 + 15.00% $17,850

    and it goes on for a few more brackets.

    I would like add a self generating figure to see how much taxes I would pay in a tax cell using the info from profits and tax rate cells.

    Any ideas?

    Thanks guys
    Last edited by travistea; 05-30-2013 at 07:08 AM.

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829

    Re: If a cell is between two numbers then it equals...

    I think I would put the tax information into a lookup table and use a VLOOKUP (or similar) formula to extract the tax information. Help file http://office.microsoft.com/en-us/ex...011.aspx?CTT=1 pay particular attention to the description of the 4th/range_lookup argument. If your lookup table is sorted with the lookup value in ascending order, VLOOKUP() should be able to return the correct value.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    05-11-2013
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    10

    Re: If a cell is between two numbers then it equals...

    Alright, I got it sorted out thanks to Shorty. I used the LOOKUP formula. This is how it turned out:

    =LOOKUP(K19,$B$16:$F$24)+(K19-LOOKUP(K19,$B$16:$C$24))*LOOKUP(K19,$B$16:$E$24)

    Thanks for the help!!!

+ 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