Rookie Question

Cameron J A

New Member
Joined
Sep 7, 2014
Messages
3
Hi All,
I am after a formula that will calculate the percentage of two values and not exceed 100%.
For example, I have a planned value of 13 and achieve a actual value of 31, which returns a result of 238%. In this instance I would like the figure not to exceed 100%.

Any ideas?

Thank you in advance
Cameron
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
You can use MIN. If your actual value is in A2 and your planned value is in B2, use the following formula.

=MIN(1,A2/B2)

That will give you the lower value between 100% or the calculated percentage.


Hi All,
I am after a formula that will calculate the percentage of two values and not exceed 100%.
For example, I have a planned value of 13 and achieve a actual value of 31, which returns a result of 238%. In this instance I would like the figure not to exceed 100%.

Any ideas?

Thank you in advance
Cameron
 
Upvote 0
if you use =13/31 you get 42% this is how I would do the percent.
if you use =31/13 you get the 238%


I may not be getting what you mean though
 
Upvote 0
I believe Williams answer would be quicker...(y)
 
Upvote 0

Forum statistics

Threads
1,203,101
Messages
6,053,530
Members
444,670
Latest member
laurenmjones1111

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