greatbacon
New Member
- Joined
- Jun 5, 2015
- Messages
- 5
I am a long time lurker of the site and I am finally stuck and need some help. I don't even know how to even phrase my problem to search it in google. My data looks as follows:
<tbody>
</tbody>
I am looking for:
<tbody>
</tbody>
Q1 2 and 3 are repeated 49 times because they are responses to one question, just stored in grid format. Some respondents filled in 49 responses, most only 2 or 3. If they "responded" then they had to have something in Q1 Q2 Q3. There were no respondents with an answer in Q1 but not Q2 or Q3.
I am looking for a stacked output with blanks in the name fields until the next respondent is reached. I will be outputting this via a merge and my data is unwieldy in its current form. Please help me wizards, I am using Excel 2013.
Thank You!!
A | B | C | D | E | F | G | H | I | J | ... | ES | ET | EU |
Name | Q1 | Q2 | Q3 | Q1-2 | Q2-2 | Q3-2 | Q1-3 | Q2-3 | Q3-3 | ... | Q1-49 | Q2-49 | Q3-49 |
Smith, Bob | text | text | text | text | text | text | text | text | text | ... | |||
Doe, Jane | text | text | text | ... |
<tbody>
</tbody>
I am looking for:
A | B | C | D |
Name | Q1 | Q2 | Q3 |
Smith, Bob | text | text | text |
text | text | text | |
text | text | text | |
Doe, Jane | text | text | text |
<tbody>
</tbody>
Q1 2 and 3 are repeated 49 times because they are responses to one question, just stored in grid format. Some respondents filled in 49 responses, most only 2 or 3. If they "responded" then they had to have something in Q1 Q2 Q3. There were no respondents with an answer in Q1 but not Q2 or Q3.
I am looking for a stacked output with blanks in the name fields until the next respondent is reached. I will be outputting this via a merge and my data is unwieldy in its current form. Please help me wizards, I am using Excel 2013.
Thank You!!