Help with showing an average results as a letter
I have no experience with Java script, but we want to be able the average results of our to show as a letter.
For example, Rating: Above Target can equal 3, On Target = 2, Below Target =1.
We want the average of those ratings to show at the bottom of the form as a letter.
So if the average is between 2 and 2.5, then it should be OT(on target), if <2.6 then Above Target, etc.
I see there's an option for custom calculation, but not sure what to add. Thanks in advance