Computing Gross Income From Net income

Chigozie

New Member
Joined
Feb 25, 2016
Messages
3
Hello forum members. I am totalling clueless on how to built a template that computes the gross income from known net income. The details below is how the net income is determine using the Revenue graduated tax band. Here a gross income 100,000 is used. I hope some one can assist.

BandRateAmount
Gross Income:
Monthly100,000
Annual1,200,000
Fiscal Reliefs
Consolidated Relief Allowance440,000<-- 200,000 or 1% of Gross Income whichever is higher plus 20% of Gross income
National Pension Scheme8%96,0008% of Gross Income
Total Reliefs536,000
Taxable Income664,000
Tax Computation
1st300,0007%21,000664,000
Next300,00011%33,000364,000
Next500,00015%9,60064,000
Next500,00019%(436,000)
Next1,600,00021%(936,000)
Above 3,200,00024%
Annual Chargeable Tax63,600<--- tax computed or 1% of Gross Income whichever is higher
Payslip
Gross
100,000
Pension8000
Tax5,300
Net Pay86,700

<tbody>
</tbody>
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Hi Chigozie,

using goal seek, located in Data > What if Analysis (in ForeCast section) > goal seek

Set Cell > Net pay

To value > your desirable value

By changing cell > 100.000 gross income monthly


P.S all calculation to get the net Pay, must involve/ formula relate with gross income monthly 100k, otherwise it won't work.

example : consolidated relief allwnce : 1% +20% must refer to 100k ; annual 1200k must from 100k * 12
 
Upvote 0
Thanks radain89. Though my excel knowledge is limited, I will certainly give it a try as you have detailed. I am grateful.
 
Upvote 0

Excel 2010
ABCDEF
1
2Gross IncomePensionsTax ReliefsTaxNet Income
31,200,000.0096,000.00536,000.0063,600.001,040,400.00
4Monthly100,000.008,000.005,300.0086,700.00
5
6
7BracketsRateRate_Delta
807%7%
9300,00011%4%
10600,00015%4%
111,100,00019%4%
121,600,00021%2%
133,200,00024%3%
14
1d
Cell Formulas
RangeFormula
C3=B3*0.08
D3=MAX(200000,B3*0.01)+B3*0.2+C3
E3=SUMPRODUCT(--((B3-D3)>$D$8:$D$13),(B3-D3)-$D$8:$D$13,$F$8:$F$13)
F3=B3-E3-C3
F8=E8-N(E7)
B4=B3/12


Goal Seek
- change F4 to say 100,000
- by changing B3
 
Upvote 0
Hi Dave, thanks for your contribution. I encountered challenges while using your method. The goal seek returns the notification "Cell must contain formula". The cells without formula are D4, and E4. should I drawn down the formula in cell D3 and E3?
 
Upvote 0
Cell F4 must have the formula F3/12 before running the Goal Seek.

Goal Seek
- change F4 to say 100,000
- by changing B3
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,077
Messages
6,122,995
Members
449,094
Latest member
masterms

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top