+ Reply to Thread
Results 1 to 2 of 2

Calculating Total Income Tax

  1. #1
    Forum Contributor
    Join Date
    12-07-2004
    Posts
    596

    Calculating Total Income Tax

    Problem:

    We want to use variable-rate Taxable Income Brackets to calculate a person\'s total income tax.

    Solution:

    Use the INDEX, MATCH, and LOOKUP functions as shown in the following formula: =INDEX(TaxTable,MATCH(C13,Bracket),3)+(INDEX(TaxTable,
    MATCH(C13,Bracket)+1,2))*(C13-LOOKUP(C13,Bracket))

  2. #2
    Registered User
    Join Date
    03-07-2012
    Location
    Massachusetts
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Calculating Total Income Tax

    Great tip! Works well!

+ 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