Hello,
I am trying to create a formula to convert the following values to text based on the ranges below:
I created a separate sheet to reference the scoring ranges and incorporated that into the formula below.
Here is the formula I attempted to use but am getting an "Invalid Operation" message"
=IF([What Numeric]@row < ={Failed}, "Failed to Achieve", IF([What Numeric]@row < ={Partially}, "Partially Achieved", IF([What Numeric]@row < ={Fully}, "Fully Achieved", IF([What Numeric]@row < ={Exceeded}, "Exceeded", [What Numeric]@row < ={Distinguished}, "Distinguished"))))
If working properly, the numeric value in the "What Numeric" column should automatically populate text into the "What" Rating column: