+ Reply to Thread
Results 1 to 9 of 9

Return Marginal Tax Rate

  1. #1
    Forum Contributor
    Join Date
    02-25-2008
    Location
    Windsor, ON Canada
    MS-Off Ver
    Excel 2007, 2003
    Posts
    119

    Return Marginal Tax Rate

    I'm attaching an example.

    I need to choose a marginal tax rate based on the YTD earnings in column B and the table in columns E and F. The values in E are the highest amount allowed for that tax bracked. I'd like the appropriate marginal rate to be returned in column C. Is this possible? The only formulas I can think of are a big string of IF statements.

    I know you guys have an easier way!
    Attached Files Attached Files
    Last edited by 2709236; 12-08-2010 at 04:31 PM.

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Return Marginal Tax Rate

    Here you go. I adjusted your table to reflect the one you refer to at TaxTips.ca and placed VLOOKUP() formulas in Col C that refer to your table.
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    02-25-2008
    Location
    Windsor, ON Canada
    MS-Off Ver
    Excel 2007, 2003
    Posts
    119

    Re: Return Marginal Tax Rate

    Unfortunately this isn't helping as the vlookup only returns the next greatest value which is LESS than the lookup value. I need it to bump up to the next marginal bracket.

    Does anyone know how to do this? Even my IF nesting strategy isn't working. Help!

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Return Marginal Tax Rate

    Try changing E12 to a value larger than any in column B, e.g. 1,000,000 then use this formula in C2

    =IF(B2="","",MIN(IF(B2<=E$5:E$12,F$5:F$12)))

    It's an "array formula" that needs to be confirmed with CTRL+SHIFT+ENTER

    copy down column, see attached
    Attached Files Attached Files
    Audere est facere

  5. #5
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Return Marginal Tax Rate

    I son't see the problem you are seeing.

    In the sample I provided it is returning the correct value

    EDIT: You may not have noticed that I added a penny to the amounts in Col E of the table
    Last edited by Cutter; 12-07-2010 at 07:56 PM.

  6. #6
    Forum Contributor
    Join Date
    02-25-2008
    Location
    Windsor, ON Canada
    MS-Off Ver
    Excel 2007, 2003
    Posts
    119

    Re: Return Marginal Tax Rate

    Thank you both for your help. I ended up finding the problem in my monsterous IF-nesting formula.

    The vlookup was returning the correct values on most, but not all of the tax brackets. There were a few that my corporate team pointed out to me.

    I will try the array strategy and let you know. Thank you very much!

  7. #7
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Return Marginal Tax Rate

    Could you tell me which ones were not returning the right value?

  8. #8
    Forum Contributor
    Join Date
    02-25-2008
    Location
    Windsor, ON Canada
    MS-Off Ver
    Excel 2007, 2003
    Posts
    119

    Re: Return Marginal Tax Rate

    I'm reviewing the vlookup again and I can't see where the error is. It could be that I fat-fingered it somewhere.
    Last edited by 2709236; 12-08-2010 at 04:37 PM.

  9. #9
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Return Marginal Tax Rate

    I've been over it again and I can not see any values giving wrong results.

    Here is another copy with changes I made highlighted and noted.
    Attached Files Attached Files

+ 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