Formula that does not exceed 160%

jswillcox

New Member
Joined
Dec 30, 2015
Messages
32
I am trying to create a formula that does not exceed 160% and 40%

I am using cells E6 (Numerator) and G6 (Denominator). I would like E6/G6 to = 80% and it to not exceed 160%. I plan on using the percentage "number" option to add to the aesthetic appeal.

In addition I would like to another that is almost the same only E9 (Numerator) and G9 (Denominator) when dived E9/G9 to = 20% and not exceed 40%.

Thank you for your help!
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Eric W,

That solution took care of part of my problem but not all of it. I do want the limit to be set at 160% and 40% just like your solution solves. I also want when you dived E6/G6 it = .8 or when you dived E9/G9 it = .2
 
Upvote 0
I'm afraid I don't understand your question. Below is a set of test values with the formula. Which of these, if any, are not returning the result you desire?
Excel 2010
EFGHI
6225739%39%
7224550%160%
8222396%96%
92215147%147%
1022-5-440%-440%
112227.580%80%

<colgroup><col style="width: 25pxpx"><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
H6=E6/G6
I6=MIN(E6/G6,1.6)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 
Upvote 0
Eric W,

I appreciate all your help. I apologize I was not explaining it will but I was able to manipulate your first equation to accomplish my desired results

=MIN(E6/G6,2)*.8
and
=MIN(E6/G6,2)*.2

You were very helpful!
 
Upvote 0

Forum statistics

Threads
1,215,519
Messages
6,125,298
Members
449,218
Latest member
Excel Master

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