I created a table consisting of 5 questions (columns B,C,D,E,F) x number of survey responders (estimated to be 100+ rows). Each cell will be validated so that each respondent will select from the following: No, yes, maybe, and N/A.
Each response is weighted, example: No= -3, yes=+3, maybe=+1, N/A=0. (in a separate DATA table two columns one for the responses and one for the weights)
Column G will be the overall score for each respondent (sum of columns B:F). Each row will have conditional format to highlight respondents that yielded a high score from their responses to each question. Example, highlight row Green if sum > 10.
The formula I am using now is a SUM of IF functions. Each IF compares the cell value to the value from the DATA table and returns to appropriate value. There must be a simpler formula. Similar to weighted averages but I'm not looking for an average.
So finally, the question is, does excel have a function that allows the assigning of scores to predetermined text? So that I can simply sum(B2:F2)
Thanks in advance
Each response is weighted, example: No= -3, yes=+3, maybe=+1, N/A=0. (in a separate DATA table two columns one for the responses and one for the weights)
Column G will be the overall score for each respondent (sum of columns B:F). Each row will have conditional format to highlight respondents that yielded a high score from their responses to each question. Example, highlight row Green if sum > 10.
The formula I am using now is a SUM of IF functions. Each IF compares the cell value to the value from the DATA table and returns to appropriate value. There must be a simpler formula. Similar to weighted averages but I'm not looking for an average.
So finally, the question is, does excel have a function that allows the assigning of scores to predetermined text? So that I can simply sum(B2:F2)
Thanks in advance