I have a simple survey form which I am trying to count 'Yes' responses to a series of 15 questions. I am not able to count across the row of data in the Responses table accurately. My formula looks as follows:
Totalyes:[question1]*-1+[question2]*-1+[question3]*-1 :[question4]*-1+[question5]*-1+[question6]*-1 +[question7]*-1+[question8]*-1+[question9]*-1 +[question10]*-1+[question11]*-1+[question12]*-1 +[question13]*-1+[question14]*-1+[question15]*-1
I'm not getting an accurate count upon submittal of the record.
Many Thanks,
Joe
Totalyes:[question1]*-1+[question2]*-1+[question3]*-1 :[question4]*-1+[question5]*-1+[question6]*-1 +[question7]*-1+[question8]*-1+[question9]*-1 +[question10]*-1+[question11]*-1+[question12]*-1 +[question13]*-1+[question14]*-1+[question15]*-1
I'm not getting an accurate count upon submittal of the record.
Many Thanks,
Joe