How does one sum a specific choice from a series of groups of radio buttons?
I have a list of about 25 questions. They are radio buttons with the choice of Yes, No, Maybe.
Fields are set up as:
Q1 is set up as Group1 (Choice1"Yes", Chioce2"No", Choice3"Maybe")
Q2 is set up as Group2 (Choice1"Yes", Chioce2"No", Choice3"Maybe")
All the way to Q25
Im trying to add all of the Yes (or choice1) answers in one field, all of the No (of choice2) answers another field and all of the Maybe (choice3) answers in another field.
When i try to calculate using the sum function i'm only able to choose groups and dont have the option to specify the choice fields.
Does anyone have any sugestions on how to add up the specific choice fields? would be very much appreciated!!!