Percent Formula required please.

32CARDS

Board Regular
Joined
Jan 1, 2005
Messages
123
This is suppose to be a simple math question, but I've forgotten.

Search a reliable online percent calculator which not only shows the result, but the formula, and have not been able to find it, it was once there when googled.

I need to use a formula in Excel to lower a value by a variable percent


A1 Value = 1.70

A2 Value = 20 ( percent_ decrease ) I need to have this seperate because
it's a Variable, but default is 20, as in 20%

A3 Value is where the Formula to calculate 1.70 - 20% = 0.34

A4 Value ought to show 1.70 - 0.34 = 1.36

A5 Value is 1.36 rounded up to show 1.40

I require the A5 value



I also need the reverse, in the B column range, Increase by 20%

How do I make these percent calculations in A3 and A5 ( decrease) and
in B3 and B5 ( Increase) ?

I used this online calculator, but I need the formula
http://www.math.com/students/calculators/source/3percent.htm
Thanks
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.

Excel 2012
A
30.34
41.36
51.40
Sheet1
Cell Formulas
RangeFormula
A3=A1*A2/100
A4=A1-A3
A5=ROUNDUP(A4,1)
 
Upvote 0
AlanY,
Thanks,
that's exactly what I was trying to remember, each cell has a use in "what-if" scenarios for some tests.

millhouse123
Thanks,

I think there will be one more percent formula required later, have to implement this solution first and test a few things




 
Upvote 0

Forum statistics

Threads
1,214,632
Messages
6,120,652
Members
448,975
Latest member
sweeberry

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