I'm in need of some assistance. I'm unsure how to go about a calculation.
I have a form that is adding up a series of scores, but needs to skip and not average those fields that are missing a figure.
Example: Someone can get a score of 1-5, so let's say:
1. 5
2. 3
3. (Blank)
4. 4
Total: 12
So the Total Score would be 12, but I only want the average to count on the 3 spaces where an acutal figure is placed. So I want the Average Score to say "4".
How can I program it so that it will only average the score where an acutal number between 1-5 is placed?