Hello
As you know in USA we have progressive income tax system. As taxable income increases, so does the tax rate. I'm trying to calculate my amount of Federal Income Taxes during retirement years according to this progressive system.
I have WB with "Tax Brackets" WS where I have this Tax Rates and Brackets table for future tax years (I know, I know - they need to be updated)
In another WS "Income Tax" (in the same WB)
E$6 - Filing Status
E$30 - Taxable Income
E$34 - Tax Year
In E$35 - I am trying calculate amount of income tax in the 1st tax bracket (10%)
E$36 - amount of income tax in the 2nd tax bracket (12%)
E$37 - amount of income tax in the 3rd tax bracket (22%)
E$38 - amount of income tax in the 4th tax bracket (24%)
E$39 - amount of income tax in the 5th tax bracket (32%)
etc...
Here is the WS layout where I would like to have my calculations. (This is are made up number just for ilustrations)
Searching internet I found this various formulas that I managed to string into what I have currently in E35. Unfortunately I am getting "#REF!" error and I'm having really hard time to make it work.
Eventually I would like to have this type formula in E35 - E41
"=SUMIFS(INDEX('Tax Brackets'!$B$3:$E$38, , MATCH(E$6, 'Tax Brackets'!$B$3:$E$3, 0)), 'Tax Brackets'!$A$3:$A$38, "<="&E$34, INDEX('Tax Brackets'!$A$3:$A$38, , MATCH(E$6, 'Tax Brackets'!$B$3:$E$3, 0)), ">"&E$34) * E$30"
I would greatly appreciate your help pointing what I am do doing wrong
Regards.
As you know in USA we have progressive income tax system. As taxable income increases, so does the tax rate. I'm trying to calculate my amount of Federal Income Taxes during retirement years according to this progressive system.
I have WB with "Tax Brackets" WS where I have this Tax Rates and Brackets table for future tax years (I know, I know - they need to be updated)
In another WS "Income Tax" (in the same WB)
E$6 - Filing Status
E$30 - Taxable Income
E$34 - Tax Year
In E$35 - I am trying calculate amount of income tax in the 1st tax bracket (10%)
E$36 - amount of income tax in the 2nd tax bracket (12%)
E$37 - amount of income tax in the 3rd tax bracket (22%)
E$38 - amount of income tax in the 4th tax bracket (24%)
E$39 - amount of income tax in the 5th tax bracket (32%)
etc...
Here is the WS layout where I would like to have my calculations. (This is are made up number just for ilustrations)
Searching internet I found this various formulas that I managed to string into what I have currently in E35. Unfortunately I am getting "#REF!" error and I'm having really hard time to make it work.
Eventually I would like to have this type formula in E35 - E41
"=SUMIFS(INDEX('Tax Brackets'!$B$3:$E$38, , MATCH(E$6, 'Tax Brackets'!$B$3:$E$3, 0)), 'Tax Brackets'!$A$3:$A$38, "<="&E$34, INDEX('Tax Brackets'!$A$3:$A$38, , MATCH(E$6, 'Tax Brackets'!$B$3:$E$3, 0)), ">"&E$34) * E$30"
I would greatly appreciate your help pointing what I am do doing wrong
Regards.