Calculating averages but excluding some radio buttons.
I am building a simple call monitoring form. I want the user to be able to select a radio button for each phase of the call, for example:
Call Opening [radio button 1] [radio button 2] [radio button 3] [radio button 4] [N/A]
Objection handling [radio button 1] [radio button 2] [radio button 3] [radio button 4] [N/A]
Effective Questioning [radio button 1] [radio button 2] [radio button 3] [radio button 4] [N/A]
Postioning [radio button 1] [radio button 2] [radio button 3] [radio button 4] [N/A]
Call Closing[radio button 1] [radio button 2] [radio button 3] [radio button 4] [N/A]
Where radio button 1 = 1, 2 = 2, 3 = 3, 4 = 4.
Using the built-in functions I created a field that displays the averages of the radio button groups. I've been asked to include an N/A option for each of the sections so that if the user selects radio button 4 for filed one, radio button 3 for field 2 and N/A for the remaining fields the sore won't pick up the calculation for the N/A selections.
Is there a way to exclude any field that has N/A from the calculation using Simplified field notation or some other option?
Please note, I have no experience using SFN or java script.
