Making a benchmark or target 0

RainerJonker

New Member
Joined
May 17, 2022
Messages
12
Office Version
  1. 365
Platform
  1. Windows
I am busy making a Incident/Accident Report and i want to make a target 0, for example 0 incidents would be 100% and 2 incidents 80%. Can someone please show me how to create a formula for this.
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Hi & welcome to MrExcel.
How about
++Fluff.xlsm
BC
1
20100%
3190%
4280%
5370%
6460%
7550%
8640%
Data
Cell Formulas
RangeFormula
C2:C8C2=100%-B2*0.1
 
Upvote 0
So the plan is that incidents will count a total of 9% towards Health and Safety, so I want to calculate per week what the incidents will contribute to the total Health and safety ( so basically like i said in my previous statement, 0 incidents would be 9% i.e. 100% contribution. And 1 incident 6%, 2 incidents 3% and 3 incidents 0%. In other words the safer you work the higher the contribution. I hope you understand and thanks for trying to help me.




SRP Test 1.xlsx
ABCDE
1Health and Safety
2
3Incidents Reported
4
5Benchmark0
6Weight9,00%
7
8Shift A:
9
10Weeks:Input Values:% Towards Total:
1113=9%-(C11*0.1)
1229,0
1339,0
1449,0
1559,0
1669,0
1779,0
1889,0
1999,0
20109,0
21119,0
Sheet10
Cell Formulas
RangeFormula
D12:D21D12=(27-C12)/3
 
Upvote 0
In that case maybe
++Fluff.xlsm
BC
1
209%
316%
423%
530%
Data
Cell Formulas
RangeFormula
C2:C5C2=9%-B2*0.03
 
Upvote 0
Solution

Forum statistics

Threads
1,215,032
Messages
6,122,772
Members
449,095
Latest member
m_smith_solihull

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