I have 45 columns broken up into 9 chunks. Each of the 9 chunks is a survey question to which they enter an X in one of the 5 columns on a rating system of 1 to 5. So question #1 is column B, C, D, E, and F. Only one column contains the X. If the X is in column B, I want it to assign a value of 1, column C, a value of 2; column D, a value of 3; and up to 5. Then repeat the same thing for question 2 on up to question 9. In the cell at the end of the row, I want it to add those values.
#1 has the x under the rating of 2 (cell c4)
#2 has the x under the rating of 5 (cell L4)
#3 - 5 (r4)
#4 - 5 (x4)
#5 - 5 (ad4)
#6 - 5 (aj4)
#7 - 5 (ap4)
#8 - 3 (at4)
#9 - 5 (bb4)
Is there an easy way to say "if the x falls under 1, 2, 3, 4 or 5 then it has the corresponding value to be added at the end of the row"?
#1 has the x under the rating of 2 (cell c4)
#2 has the x under the rating of 5 (cell L4)
#3 - 5 (r4)
#4 - 5 (x4)
#5 - 5 (ad4)
#6 - 5 (aj4)
#7 - 5 (ap4)
#8 - 3 (at4)
#9 - 5 (bb4)
Is there an easy way to say "if the x falls under 1, 2, 3, 4 or 5 then it has the corresponding value to be added at the end of the row"?