Let me first very quickly explain my project:
For work I sent out a survey to 30 organizations in each state plus DC. It is a 5 question, multiple choice survey (A, B, and C).
I've set up an excel sheet that has all of the organizations in column A; their corresponding state in column B; and then Columns C,D,E,F, and G are for Question 1, Questions 2, etc. Here is an example:
Org State Question 1 Question 2 Question 3 Question 4 Question 5
org1 AL C A C C C
org2 AZ C A C A C
org3 AK A A C C C
org4 TX B B B B B
org5 VA B A B C C
org6 WY B A B A B
There are about 1500 rows of this data. Although not all of them are filled in (since not everyone responded)
I've normalized this data so that I can display it in a pivot chart. This chart allows me to see which answer choice is most popular. I can filter by question number and state(s) too. For example, I can see which choice was picked the most in question 4 in NV, TX, and TN.
My question is this: is there a way i can filter this data to ask which state picked A the most (for all questions) (or just for question 1). In other words, look at trends in the data based on state. So far, whenever I play with the pivot table, it creates 50 bar graphs/question and is impossible to read. I'm looking for a simple way to find anomalies. i.e. every single state answered B for question 1 except Alabama.
Sorry for being so long winded. Hope this makes sense. Thanks in advance.