How i calculate reverse [sum] formula (for example)

GURPREET SINGH

New Member
Joined
Mar 18, 2016
Messages
3
=A3*30%=B3*1%200=SUM(A3-B3-C3-D3)
BILL VALUETAXSURCHARGEEXPPAYOUT
10003003200497
861258.32.583200 400
IF I NEED OF PAYOUT (RS.400) THEN HOW MY BILL VALUE ON SAME TAX RATE, SURCHAGE RATE AND EXPENSE VALUE
FOR EXAMPLE :
BILL VALUETAXSURCHARGEEXPPAYOUT
861258.32.583200 400
HOW CALCULATE RS.(861) BY EXCEL FORMULA

<tbody>
</tbody>
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
If it's always 30% and 1%, then it's (payout+exp)/.697 if my math works out.
 
Last edited:
Upvote 0
If you figure this:
x=bill value
your formula is
x -.3x -.1(.3x) - 200 = Payout
Payout + 200 = x(1-.3-.003)
Payout + 200 = .697x
x=(payout+200)/.697
 
Upvote 0

Forum statistics

Threads
1,214,902
Messages
6,122,161
Members
449,069
Latest member
msilva74

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