Percentages in formulas

walkera

New Member
Joined
Jun 17, 2002
Messages
7
I posted a similar problem earlier, but now I have another problem!
I need a formula to work out a percentage of a total, however this percentage can change and is not fixed. For example.

I need to minus 12% from the total of £8.75. The percentage can differ. How can I do this?
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
OK
The second part of my original answer can be used in reverse although you don't say if the Percentages AND values change.

Let's say

Col A = Amount
Col B = Percentage

The formula you need in Col C is

(A1/100)*(100-B1)

If the Percentage stays the same put the percentage in B1
and in Col B the formula in Col C needs to be

(A1/100)*(100-$B$1)

If the Amount stays the same put the Amount in A1
and in Col B the formula in Col C needs to be

($A$1/100)*(100-B1)


That OK for you?

DaveA
 
Upvote 0
OK
The second part of my original answer can be used in reverse although you don't say if the Percentages AND values change.

Let's say

Col A = Amount
Col B = Percentage

The formula you need in Col C is

(A1/100)*(100-B1)

If the Percentage stays the same put the percentage in B1 the formula in Col C needs to be

(A1/100)*(100-$B$1)

If the Amount stays the same put the Amount in A1 the formula in Col C needs to be

($A$1/100)*(100-B1)


That OK for you?

DaveA
This message was edited by applebyd on 2002-08-28 07:11
 
Upvote 0

Forum statistics

Threads
1,214,565
Messages
6,120,254
Members
448,952
Latest member
kjurney

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