Hello Mr. Excel!
I've got questionnaire data in an Excel workbook that's extensively formatted and does not follow a regular order. I'm working to create a clean master list of that data so that I can run PivotTables and create graphs and such. Here is an example of what my source data looks like:
For my clean master list, I need to pull each of the questions into one column (but not any subquestions - crossed out), the associated score with each question (circled in red), and then decode the columns to the left into adjacent columns in my master list according to corresponding text strings (circled in green). Each question has a unique, consecuritve number associated with it (circled in yellow).
I've experimented with vlookup and index+match, as well as with a nested IF, OR, and INDEX formula, which takes advantage of the fact that each row with the questions I need to pull has that "P" letter to the left of it, or an S, or an I. But none of these approaches produces a consistent result because the questions are not x amount of rows apart from each other, etc. What do you suggest?
Thanks!
I've got questionnaire data in an Excel workbook that's extensively formatted and does not follow a regular order. I'm working to create a clean master list of that data so that I can run PivotTables and create graphs and such. Here is an example of what my source data looks like:
For my clean master list, I need to pull each of the questions into one column (but not any subquestions - crossed out), the associated score with each question (circled in red), and then decode the columns to the left into adjacent columns in my master list according to corresponding text strings (circled in green). Each question has a unique, consecuritve number associated with it (circled in yellow).
I've experimented with vlookup and index+match, as well as with a nested IF, OR, and INDEX formula, which takes advantage of the fact that each row with the questions I need to pull has that "P" letter to the left of it, or an S, or an I. But none of these approaches produces a consistent result because the questions are not x amount of rows apart from each other, etc. What do you suggest?
Thanks!