get value from total and percentage

lauren1990

New Member
Joined
Oct 6, 2016
Messages
1
OK, so I've googled and I can only find formulas for working out the percentage based on a total and a value where I need to work out the unknown value based on the percentage and the total

for example, where the total and percentages are known but the value of the percentage is unknown;

Balanced
$ 101,118.69
Cash5%
Australian Shares28%
International Shares27%
Property6%
Other34%

<colgroup><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
A

balanced
B

100,000
C
cash5%$5,000.00
australian shares28%$28,000.00
international shares27%$27,000.00
property6%$6,000.00
other34%$34,000.00

<tbody>
</tbody>

you multiply the balanced amount by the percentage to determine the dollar value.

X = 100,000
Y = 5%
Z = ?

X * Y = Z

Code:
=$B$1*B2
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,851
Members
449,051
Latest member
excelquestion515

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