Jan 13 2022 08:25 AM
Good morning!
I am trying to figure out how to take the three lines of the same person and info and combine them into one row but keep the "x" for each of the three shows so we can see who is going to each of the shows but not have three rows for each patron.
Example: left is what we have, right is what I want it to look like after we combine them all.
THANK YOU!
SHOW 1 | SHOW 2 | SHOW 3 | NAME | ADDRESS | PHONE | SHOW 1 | SHOW 2 | SHOW 3 | NAME | ADDRESS | PHONE | ||||||
X | JOHN | 123 STREET | 555-5555 | JOHN@JOHN | X | X | X | JOHN | 123 STREET | 555-5555 | JOHN@JOHN | ||||||
X | JOHN | 123 STREET | 555-5555 | JOHN@JOHN | |||||||||||||
X | JOHN | 123 STREET | 555-5555 | JOHN@JOHN | |||||||||||||
Jan 14 2022 09:46 AM
Solution
Hello!
I think that creating a pivot table should do the work for what you need. Attached is an excel with the desired output.
Jan 14 2022 10:28 AM