Calculation of reducing price by a percentage and adding back

Caly

Board Regular
Joined
Jul 19, 2015
Messages
159
Office Version
  1. 365
  2. 2013
  3. 2011
  4. 2010
  5. 2007
Platform
  1. Windows
If i have a price of 55.28 but need to add 4% to that but need to make sure that when 4% is then removed that the price remains at 55.28. So what I did was =round(55.28 / (1-4%),2) which comes to 57.58.... and then doing =round(57.58 * (1+4%),2) equals the 55.28.... but is that right to do? Not sure if customer may just take the 55.28 and add 4% to that which would come to 57.49 but then taking 4% out from 57.49 does not equal 55.28 and instead equals 55.19... but is there a way to explain that?
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Im not sure what youre trying to do is possible. Once you round a value, you lose all the intervening decimal portions that have been removed:
mr excel questions 20.xlsm
AB
1
22.20492.20
32.2052.21
42.21482.21
52.21492.21
62.2152.22
Caly
Cell Formulas
RangeFormula
B2:B6B2=ROUND(A2,2)
 
Upvote 0
Thank you. But I’m trying to explain the calculation for adding in a percentage in order to then remove it but ensure the original number is met.
-why does using the formula =round(55.28 / (1-4%),2) equal an answer of 57.59, that when using formula =round(57.58 * (1+4%),2) equals the 55.28?
-why does not taking the 55.28 which is the resulting price needed after removing the percentage, work when using the price multiplied by 1+the percentage rate?


starting Price when percentage is removed
55.28

Resulting answer of applying 4% to 55.28 using this formula =round(55.38/(1-4%),2)
57.58

Removing 4% from 57.58 using formula =round(57.58*(1-4%),2)
55.28
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,582
Members
449,039
Latest member
Arbind kumar

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