I have a spreadsheet with multiple columns of data. The columns contain answers to a multiple choice quiz taken by various individuals. The format of the columns is as follows:
Q1A
Q1B
Q1C
Q1D
Q1E
Q2A
Q2B
Q2C
Q2D
Q2E, etc.
In other words, there is a column for each possible multiple choice answer for all 10 questions. If a user selects answer "B" for question 1, the letter "B" appears in the column Q1B, and all other columns for Q1 are blank. So in this example for Q1, there would be 5 different columns which would appear as follows:
Q1A: this cell is blank
Q1B: contains character "B"
Q1C: this cell is blank
Q1D: this cell is blank
Q1E: this cell is blank
I would like to move this data from these various cells to one cell. In other words, I would create a new column for Q1, and I'd like to move all of the various answers to that new column. So in the example above, I would want one new column for Q1 with the character "B" in it. I would then repeat this exercise for all 10 of the answer fields.
Can this be done?
Bookmarks