Greetings -
I am building a spreadsheet for an incentive we are running for our team. I am looking to assign point values based on certain KPI performance, with anyone under the goal earning negative .5 points, just outside of goal earning zero and hitting goal earning 1. I have been playing with it for a while and can't seem to find a way to bring back -.5 or (.5) for the bottom performers when calculating total points.
It's kind of confusing...
I am building a spreadsheet for an incentive we are running for our team. I am looking to assign point values based on certain KPI performance, with anyone under the goal earning negative .5 points, just outside of goal earning zero and hitting goal earning 1. I have been playing with it for a while and can't seem to find a way to bring back -.5 or (.5) for the bottom performers when calculating total points.
It's kind of confusing...
Cell Formulas | ||
---|---|---|
Range | Formula | |
D4:D36 | D4 | =IFERROR(INDEX(Adherence!E:E,MATCH('Previous Day'!B4,Adherence!C:C,0)),"") |
E4:E36 | E4 | =IF(AND(D4>=0%,D4<=85%),"(.5)",IF(AND(D4>85%,D4<=87%),"0",IF(AND(D4>87%),"1",IF(AND(D4=-100%),"",0)))) |
F4:F36 | F4 | =IFERROR(INDEX(Break!I:I,MATCH('Previous Day'!B4,Break!A:A,0)),"") |
G4:G36 | G4 | =IF(AND(F4>=0%,F4<=105%),"1",IF(AND(F4>105%,F4<=110%),"0",IF(AND(F4>110%),"-.5",IF(AND(F4=-100%),"",0)))) |
H4:H36 | H4 | =IFERROR(INDEX(AHT!F:F,MATCH('Previous Day'!B4,AHT!D:D,0)),"") |
I4:I36 | I4 | =IF(AND(H4>=0,H4<=0.4583),"-.5",IF(AND(H4>0.459,H4<=0.6458),"0",IF(AND(H4>0.6465,H4<=0.7917),"1",IF(AND(H4>=0.7924),"-.5",IF(AND(H4="#########"),"",0))))) |
J4:J36 | J4 | =SUM(E4*1,G4*1,I4*1) |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
H4:H42 | Cell Value | ="#########" | text | NO |
F4:F42 | Cell Value | =-1 | text | NO |
D4:D42 | Cell Value | =-1 | text | NO |
H4:H42 | Cell | contains a blank value | text | NO |
H4:H42 | Cell Value | between 0.646527777777778 and 0.791666666666667 | text | NO |
H4:H42 | Cell Value | between 0.458333333333333 and 0.645833333333333 | text | NO |
H4:H42 | Cell Value | >0.791666666666667 | text | NO |
H4:H42 | Cell Value | <0.458333333333333 | text | NO |
F4:F42 | Cell | contains a blank value | text | NO |
F4:F42 | Cell Value | >=1.1001 | text | NO |
F4:F42 | Cell Value | between 1.0501 and 1.1 | text | NO |
F4:F42 | Cell Value | <=1.05 | text | NO |
D4:D42 | Cell | contains a blank value | text | NO |
D4:D42 | Cell Value | >=0.87 | text | NO |
D4:D42 | Cell Value | between 0.85 and 0.869 | text | NO |
D4:D42 | Cell Value | <=0.85 | text | NO |
I4:J42 | Cell Value | ="#########" | text | NO |
G4:G42 | Cell Value | <0 | text | NO |
E4:E42 | Cell Value | <0 | text | NO |