Adjusting Percentages with Percentages

Country_Calc

New Member
Joined
Feb 14, 2017
Messages
48
Office Version
  1. 365
More math than excel, but I am trying to reduce the effect of a percentage with another percentage and cannot figure it a solution that works for increases and decreases.

Formula used 1-(A*B*C) works for adjustments (column B) for 1 to 100%, but causes error when adjustment is greater than 100%

A (Main Value)B (Adjustment + or -)C (Percentage effect)D (Desired Result)
150%100%.5
150%50%.75
1150%100%1.5
1150%50%1.25
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
OK, let me be more specific, how did you calculate the 'correct' desired results for the last 2 rows?
 
Upvote 0
How about
=A1*( 1-(1-B1)*C1 )

It looks like your logic is that C is applied not to B, but to the change resulting from B. Multiply C1, not by B1, but by (1-B1) and then change A1 by that amount.
 
Upvote 0
Yes, =A1*( 1-(1-B1)*C1 ) works perfectly thanks so much. I need to take some remedial algebra :)
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,824
Members
449,050
Latest member
Bradel

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