Ok so new problem.
I'm using Acrobat 9 Pro.
I have a text field called " Score" and a second text field called "Score 1"
Score and Score 1 are currently averaging numbers from combo boxes. At the end of my form I have (2) text fields called "Section 1" and "Section 2". Section 1 is pulling the number from "Score" and Section 2 is pulling the number from "Score 1". I then have another text field entitled "Overall Rating" and that field is averaging the numbers in Section 1 and Section 2. My problem is that because my "Score" is able to be blank, it puts in a zero in "Section 1" and therefore my total average score in my "Overall Rating" is counting the zero.
So example:
If Section 1=0
Section 2=3
My Overating Rating is saying =1.5
It should say 3 because I don't want Section 1 to count if it is blank.
Please help!!
What are the possible range of averaged values?
Can you force the value of the average to a null if no average is computed?
Allowing for a null average would allow for an average of zero if this is a possible computation result that should be included in a later calculation but a null value could then be excluded from other calculations.
George Kaiser