Setting a cap on %

RainerJonker

New Member
Joined
May 17, 2022
Messages
12
Office Version
  1. 365
Platform
  1. Windows
The score is out of 10, so when the input value is above 10 I still want the % to stay at 8,5%

SRP Test 1.xlsx
ABCDE
1Health and Safety
2
3Planned Task Observations
4
5Benchmark10
6Weight8,50%
7
8Shift A:
9
10Weeks:Input Values:% Towards Total:
11143,40%
12210,85%
13321,70%
14400,00%
1551210,20%
1660,00%
Sheet13
Cell Formulas
RangeFormula
D11:D16D11=C11/$D$5*$D$6
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
workbook test.xlsx
BCD
10Weeks:Input Values:% Towards Total:
11143.40%
12210.85%
13321.70%
14400.00%
155128.50%
1660.00%
Sheet7
Cell Formulas
RangeFormula
D11:D16D11=IF(C11>=10,8.5%,C11/$D$5*$D$6)
 
Upvote 0
Solution
You just need to update the formula( either copy/paste mine or re-type yours) in cell D11 and fill down to D16, ensure cells are set to display as percentage value

1652956564931.png
 
Upvote 0
Another option is
Excel Formula:
=MIN(8.5%,C11/$D$5*$D$6)
 
Upvote 0
Sorry didn't see your follow up did you get it sorted - The default display of commas or decimal points is based on your global system settings (Regional Settings in the Control Panel) and Excel Options. Or you can change it in Excel Options by unticking the system separators option
1653311021101.png
 
Upvote 0

Forum statistics

Threads
1,215,737
Messages
6,126,570
Members
449,318
Latest member
Son Raphon

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