I have a column that is calculating the data from a few columns to create a score. However, I want this score to be out of 10 and sometimes, the sum comes out more than that.
For example, the score may be 26 but I want to use a scale to display that score out of 10 in relation to other rows.
Is there a way to set the max value so that if the sum is 26, the rows score is set to 10?
That use of Min() is a great idea and should do what I need.
For reference, I’m trying to make a table to prioritize projects based on the RICE framework. However, was running into issues with the scale getting red indicators when the translated score was above the scale’s limit of 10.
Testing out the idea from @Paul_Danyliuk seems to do the trick!