D
dan
Hi all:
I'm trying to analyze survey data in excel and trying to avoid using pivo
tables. The results are each survey is one row of data, with location, month
and then 13 questions, all fields are numeric.
I'm looking to basically count the number of each reponse, by location, b
month, by question. For example for Q1 the answers are between 0 and 4 (ver
good, good, neutral, bad, very bad scale).
I'm trying to get it to show me for location 1, for month 1, for question 1:
Very good = 5
good = 4
neutral = 7
bad = 9
very bad = 10
I'm currently using sumproduct to check the location, month, and response. O
course, this involve having several hundred fields of sumproduct formulas and i
takes hours / crashes excel.
I realize excel isn't the ideal platform for this, but as the data is entere
at each location (15 locations) it needs to be written in excel.
Any suggestions? I can email an example of the spreadsheet if that helps.
I'm trying to analyze survey data in excel and trying to avoid using pivo
tables. The results are each survey is one row of data, with location, month
and then 13 questions, all fields are numeric.
I'm looking to basically count the number of each reponse, by location, b
month, by question. For example for Q1 the answers are between 0 and 4 (ver
good, good, neutral, bad, very bad scale).
I'm trying to get it to show me for location 1, for month 1, for question 1:
Very good = 5
good = 4
neutral = 7
bad = 9
very bad = 10
I'm currently using sumproduct to check the location, month, and response. O
course, this involve having several hundred fields of sumproduct formulas and i
takes hours / crashes excel.
I realize excel isn't the ideal platform for this, but as the data is entere
at each location (15 locations) it needs to be written in excel.
Any suggestions? I can email an example of the spreadsheet if that helps.