So I have a quiz that the takers kind of messed up. they all took it anonymously which caused the below example issue.
| Name | Email | Q1 | Q2 | Q3 | Q4 | Q5 |
| John Smith | 123515@anoynmous.com | True | | | | |
| John Smith | 13463463@anoynmous.com | | A | | | |
| John Smith | 24314534@anoynmous.com | | | C | | |
| John Smith | 1235623@anoynmous.com | | | | B | |
| John Smith | 72563@anoynmous.com | | | | | D |
There are more names of course. But what I need it to look like by the end is:
| Name | Email | Q1 | Q2 | Q3 | Q4 | Q5 |
| John Smith | | True | A | C | B | D |
If there is a way to incorporate a Vlookup off of a different file as well I can possibly fill in the blank email but that isn't necessary.
Basically I need however many duplicates of each person collapsed along with all their answers.