I am attempting to analyze the raw data from a survey (I may already be in over my head, but here goes!)
The responses from each survey are in rows, with the columns representing each question. Each cell contains a number, representing the answer provided, in a range from 0 - 11. Each question has a different range of possible answers (0, being a no response or blank).
I have summarized the demographic questions in another section, with one row for each potential answer to each question (0, or blanks omitted) using COUNTIF statements. I am now attempting to create a comparative grid that provides an easy look at select portions of the data. I have tried using SUM(IF as an array to compare two columns, but the results keep coming back 0.
Am I going the long way around this?
swk
The responses from each survey are in rows, with the columns representing each question. Each cell contains a number, representing the answer provided, in a range from 0 - 11. Each question has a different range of possible answers (0, being a no response or blank).
I have summarized the demographic questions in another section, with one row for each potential answer to each question (0, or blanks omitted) using COUNTIF statements. I am now attempting to create a comparative grid that provides an easy look at select portions of the data. I have tried using SUM(IF as an array to compare two columns, but the results keep coming back 0.
Am I going the long way around this?
swk