I am trying to build a ranking database based on percentage values where 100% is the target and would be ranked the further away from the goal the ranking ascends.
Example below is keyed in values as an example
Looking to do this in a singular row, without the need for additional columns. If possible, Grouped Rankins within 90%-100%, would like to group as "Target Met" so would be ranked as a 1.
Example below is keyed in values as an example
Performance Value | Ranked Value |
86% | 5 |
91% | 3 |
101% | 1 |
74% | 6 |
110% | 4 |
95% | 2 |
59% | 7 |
Looking to do this in a singular row, without the need for additional columns. If possible, Grouped Rankins within 90%-100%, would like to group as "Target Met" so would be ranked as a 1.