Forget about the choices for a minute.
Are you able to successfully create a VLOOKUP function that looks up what you need from the Married table (we are assuming that you are looking up a married person)?
Likewise, are you able to successfully create a VLOOKUP function that looks up what you need from the Single table (we are assuming that you are looking up a single person)?
If so, can you post those two separate VLOOKUP functions?
Yes I am, they are as follows (I've replaced the cell names with a little more context)-
For married - [FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=(((TaxableIncome)-VLOOKUP(TaxableIncome,Married,4))*(VLOOKUP(TaxableIncome,Married,3, TRUE))+(VLOOKUP(TaxableIncome,Married,2)))
For single - [FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=(((
TaxableIncome
)-VLOOKUP(
TaxableIncome
,Single,4))*(VLOOKUP(
TaxableIncome
,Single,3, TRUE))+(VLOOKUP(
TaxableIncome
,Single,2)))
In English the equation would be ((TaxableIncome - MarginalIncome)xTaxPercentage))+BaseTax BUT I need someway for the equation to see and utilize the correct table.
As of right now I have a separate cell that calculates the taxable income with the individuals indicated allowances, and from there I am attempting to calculate the withholding. Currently I am using the percentage method to calculate the taxes, however after watching the video that was recommended I wonder if using the bracket method would be easier. I know that this is a messy calculation that I'm using, but for now it's returning accurate amounts.[/FONT]
<strike>
</strike>[/FONT]