Hello!
I hope someone can help me with the following issue. I have tried everything I know.
I am working on an Evaluation form.
I need to divide the one sum by another sum.
I have a table with 10 rows and 4 columns ( the table is populated with answers from questions on the form). I can get the table to populated correctly.
Issue:
I need to divide the sum of one of the columns(lets call it "pointtotal") with the sum from another column (lets call it "questions" answerd").
I used the "/" sign in my formula and continue to get an error. It seems so easy, but I can not make it work.
Anyhelp or get me pointed in the right direction would be greatly appreciated.
What is the exact wording of the error?
If there is data, does the error occur?
An obvious error is division by zero or a null (non-displayed zero) value. Have you provided control statements to prevent this situation?
George Kaiser