May I please ask assistance to help generate the following IF formula. Depending on what number value is in column 1, I want the column 2 to it to return a certain value.
If in column 1 the value is >980 then return the value in Column 2 to "Excellent"
If in column 1 the value is >950 but less than 980 then return the value in Column 2 to "Good"
If in column 1 the value is >930 but less than 950 then return the value in Column 2 to "Average"
If in column 1 the value is <930 then return the value in Column 2 to "Poor"