I have an excel file which was exported from a surveying package. It contains date as follows:
My goal is to get crystal to group by question and then list each State's response to each question underneath that question. Can that be done from this flat excel file, if so how?
Code:
Question 1 Question 2 Question 3 Etc.
Alabama Answer 1 Answer 2 Answer3 Etc.
Colorado Answer 1 Answer 2 Answer3 Etc.
California Answer 1 Answer 2 Answer3 Etc.
Etc. Answer 1 Answer 2 Answer3 Etc.
My goal is to get crystal to group by question and then list each State's response to each question underneath that question. Can that be done from this flat excel file, if so how?