Find Gross wage from net pay

Vanda_a

Well-known Member
Joined
Oct 29, 2012
Messages
934
Hello all.

Could anyone teach me how to find gross salary if I have a net pay of 12,204,000?
The gross is 13,742,520 but I don't know how to build a auto calculate table in excel

<tbody>
</tbody>
ex: 13,742,520 goes range 20%. so
13,742,520 x 20% = 2,748,504 - 1,210,000 = 1,538,504 tax.
13,742,520 - 1,538,504 = 12,204,016

<tbody>
</tbody>
<strike></strike>
below is table range of wage.
fromtorateallowance
01,200,0000%
1,200,0012,000,0005%-60,000
2,000,0018,500,00010%-160,000
8,500,00112,500,00015%-585,000
12,500,00120%-1,210,000

<tbody>
</tbody>

Thank you very much.

<tbody>
</tbody>
 
Last edited:

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
I am not sure of your question.

I used goal seek to calculate c3.


Excel 2010
ABCDEFG
1GrossTaxNet
213,742,520.001,538,504.0012,204,016.00BracketRaterDiff
311,076,470.411,076,470.569,999,999.8500%0%
412,500,000.001,290,000.0011,210,000.001,200,0005%5%
52,000,00010%5%
68,500,00015%5%
712,500,00020%5%
8
4d
Cell Formulas
RangeFormula
B2=SUMPRODUCT(--(A2>rB),A2-rB,rDiff)
B3=SUMPRODUCT(--(A3>rB),A3-rB,rDiff)
B4=SUMPRODUCT(--(A4>rB),A4-rB,rDiff)
C2=A2-B2
C3=A3-B3
C4=A4-B4
G3=F3-N(F2)
Named Ranges
NameRefers ToCells
rB='4d'!$E$3:$E$7
rDiff='4d'!$G$3:$G$7
 
Last edited:
Upvote 0
I am not sure of your question.

I used goal seek to calculate c3.




Excel 2010
ABCDEFG
1GrossTaxNet
213,742,520.001,538,504.0012,204,016.00BracketRaterDiff
311,076,470.591,076,470.5910,000,000.0000%0%
412,500,000.001,290,000.0011,210,000.001,200,0005%5%
52,000,00010%5%
68,500,00015%5%
712,500,00020%5%
8
4d
Cell Formulas
RangeFormula
B2=SUMPRODUCT(--(A2>rB),A2-rB,rDiff)
B3=SUMPRODUCT(--(A3>rB),A3-rB,rDiff)
B4=SUMPRODUCT(--(A4>rB),A4-rB,rDiff)
C2=A2-B2
C3=A3-B3
C4=A4-B4
G3=F3-N(F2)
Named Ranges
NameRefers ToCells
rB='4d'!$E$3:$E$7
rDiff='4d'!$G$3:$G$7
 
Last edited:
Upvote 0
Good day Dave.

May you help find gross base on net pay? above formula is base on gross and calculate net pay.
My issue is, i have only a net 12,204,016 and i don't know what formula to compute in order to have a gross 13,742,520.00

Thank you very much
 
Upvote 0
Divide your nett by (100%-20%)or 80%
thenn times the result by 100
 
Upvote 0
In the initial post, I mentioned Goal Seek.

See the example below.

The initial information is in A2:C2

Select C2
Access Goal Seek see Data / What-if Analysis / Goal Seek

In Goal Seek's To Value enter 12204016
then "By Changing " enter A2
Press OK

Excel will calculate the value.
The results will look like A3:C3


Excel 2010
ABCDEFG
1GrossTaxNet
210,000,000.00915,000.009,085,000.00BracketRaterDiff
313,742,520.001,538,504.0012,204,016.0000%0%
41,200,0005%5%
52,000,00010%5%
68,500,00015%5%
712,500,00020%5%
8
4d
Cell Formulas
RangeFormula
B2=SUMPRODUCT(--(A2>rB),A2-rB,rDiff)
B3=SUMPRODUCT(--(A3>rB),A3-rB,rDiff)
C2=A2-B2
C3=A3-B3
G3=F3-N(F2)
Named Ranges
NameRefers ToCells
rB='4d'!$E$3:$E$7
rDiff='4d'!$G$3:$G$7
 
Last edited:
Upvote 0
Hello again.

I think i confused you. My goal seek is A2?
This amount 12,204,016.00 i already have it in my data and i am seeking 13,742,520.00 (A2).

Thank you
 
Upvote 0
Divide your nett by (100%-20%)or 80%
thenn times the result by 100

Hello. Not correct. I would like to have a table as Dave but seeking for gross, not net. I have net already and dont know how to find gross

Thank you
 
Upvote 0
Please try the suggestion in Post # 6.

The idea is to use Goal Seek to calculate A2 the Gross by entering the known net in the Goal Seek.
 
Upvote 0
I think i confused you. My goal seek is A2? This amount 12,204,016.00 i already have it in my data and i am seeking 13,742,520.00 (A2).

What Dave is trying to explain is: ostensibly, we must "seek" the gross amount by trial-and-error, because of the recursive nature of the algebraic derivation, to wit:

G = (N+A) / (1-r)

where G=gross, N=net, A=allowance (negative), and r=tax rate. The problem is: A and r depend on G, which we are trying to derive.

However, I have found a way to derive G directly with a formula.


Book1
ABCDE
1
2target net12,204,016.00
3gross13,742,520.00
4tax1,538,504.00
5net12,204,016.00net = target net?TRUE
6
7gross over...torateallowancenet over...
80.001,200,000.000%00.00
91,200,000.002,000,000.005%-60,000.001,200,000.00
102,000,000.008,500,000.0010%-160,000.001,960,000.00
118,500,000.0012,500,000.0015%-585,000.007,810,000.00
1212,500,000.0020%-1,210,000.0011,210,000.00
Sheet1


Rich (BB code):
Formulas:
B3: =ROUND((B2 + INDEX($D$8:$D$12, SUMPRODUCT(--(B2>$E$8:$E$12)))) / (1 - INDEX($C$8:$C$12, SUMPRODUCT(--(B2>$E$8:$E$12)))), 0)
B4: =ROUND(B3*VLOOKUP(B3,$A$8:$D$12,3) + VLOOKUP(B3,$A$8:$D$12,4), 0)
B5: =B3 - B4
E5: =B5=B2
E8: =A8*(1 - C8) - D8
Copy E8 into E9:E12

Change ROUND(...,0) to ROUND(...,2) in B3 and B4 if you want the gross, tax and net amounts to be accurate to the 1/100 unit currency ("cent").

The SUMPRODUCT expression determines the highest table index for the target net. The INDEX expressions select the corresponding tax rate (column C) and allowance (column D). The VLOOKUP expressions match the same corresponding tax rate and allowance, given the gross amount.

Note, again, that you entered the allowance as negative numbers. That is why we use "+ VLOOKUP(...,4)" to subtract the allowance in B4.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,093
Messages
6,123,066
Members
449,090
Latest member
fragment

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