james.mckenzie
New Member
- Joined
- Jun 6, 2005
- Messages
- 2
Hi,
I'm trying to calculate a persons Annual Gross Income, based on their fortnightly Net Income.
I have constructed a worksheet to calculate the Tax and Net Income based on the gross, but I can't work out how to go the other way...
My worksheet is set up with the following table:
Column E | F | G | H | I
Tax Bracket | Income | Tax Rate | tax already paid up to | tax paid
R5 | 1 | 1E+18 | 0.47 | 70000 | 18612
O6 | 2 | 70000 | 0.42 | 58000 | 13572
W7 | 3 | 58000 | 0.3 | 21600 | 2652
8 | 4 | 21600 | 0.17 | 6000 | 0
9 | 5 | 6000 | 0 | 0 | 0
Then I calculate the Tax from the following formula:
=(C8-(VLOOKUP(MATCH(C8,F5:F9,-1),E5:I10,4,FALSE)))*((VLOOKUP(MATCH(C8,F5:F9,-1),E5:I10,3,FALSE)))+((VLOOKUP(MATCH(C8,F5:F9,-1),E5:I10,5,FALSE)))
Where C8 is the Gross annual income.
Please note the tax rates are for Australia...
Thanks for your help.
James.
I'm trying to calculate a persons Annual Gross Income, based on their fortnightly Net Income.
I have constructed a worksheet to calculate the Tax and Net Income based on the gross, but I can't work out how to go the other way...
My worksheet is set up with the following table:
Column E | F | G | H | I
Tax Bracket | Income | Tax Rate | tax already paid up to | tax paid
R5 | 1 | 1E+18 | 0.47 | 70000 | 18612
O6 | 2 | 70000 | 0.42 | 58000 | 13572
W7 | 3 | 58000 | 0.3 | 21600 | 2652
8 | 4 | 21600 | 0.17 | 6000 | 0
9 | 5 | 6000 | 0 | 0 | 0
Then I calculate the Tax from the following formula:
=(C8-(VLOOKUP(MATCH(C8,F5:F9,-1),E5:I10,4,FALSE)))*((VLOOKUP(MATCH(C8,F5:F9,-1),E5:I10,3,FALSE)))+((VLOOKUP(MATCH(C8,F5:F9,-1),E5:I10,5,FALSE)))
Where C8 is the Gross annual income.
Please note the tax rates are for Australia...
Thanks for your help.
James.