Hello,
I have a report that provides results of a survey. The survey has 10 questions, 6 are answered with a "YES/NO" and 4 are Based on a Scale: 5=Completely Satisfactory, 4=Mostly Satisfactory ect... I am able to calculate to total number of "yes" answers using =SUM(IIf([Promptness]="Yes",1,0)). My problem occurs when I try to calculate the number of answers that are "5=Completely Satisfactory". I think that using the "=" as a result in my table is causing this issue. How can I sum the total number of answers that are "5=Completely Satisfactory and "4=Mostly Satisfactory in one total per question on my survey?
I have a report that provides results of a survey. The survey has 10 questions, 6 are answered with a "YES/NO" and 4 are Based on a Scale: 5=Completely Satisfactory, 4=Mostly Satisfactory ect... I am able to calculate to total number of "yes" answers using =SUM(IIf([Promptness]="Yes",1,0)). My problem occurs when I try to calculate the number of answers that are "5=Completely Satisfactory". I think that using the "=" as a result in my table is causing this issue. How can I sum the total number of answers that are "5=Completely Satisfactory and "4=Mostly Satisfactory in one total per question on my survey?