Formula for Reverse Percentage - Net Amount

EdenBlack

New Member
Joined
Nov 4, 2004
Messages
2
I need to know how to do a reverse percentage look up.

Example:

What is 7% of $100 and what is the net amount

$100 (includes 7%)

So the formula I need will provide the following:

Net Amount:$93.46
7% = $6.54
Total = $100

Thanks muchly ~ Eden
 

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).
Welcome to the board!

Net amount = (100/1.07)
7% = (100-(100/1.07))
Book1
ABCD
1Total100
2Percent7%
3Net93.46
4%ofnet6.54
Sheet1
 
Upvote 0
If your input data includes the percentage , then it is resulted from this calculation : Original amount X(1+percentage) that is Net amount X (1+R%)
hence the reverse would be Grossup divided by )1+R%

Say in Column A the amount is 100
then in column B you enter =A/(1+7%)
the result would be 93.46
in column C the formulka is B*7%
the result will be 6.54
and column D is B+c

and then you can copy the coloumns and use the paste special and transpose them in the format your are looking for

Hope this help
 
Upvote 0

Forum statistics

Threads
1,213,536
Messages
6,114,215
Members
448,554
Latest member
Gleisner2

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