Mar 05 2024 04:54 PM
I have a spreadsheet of options for student classes that looks similar to this:
Name | A | B | C | D |
1 | X | X | X | |
2 | X | |||
3 | X | X | ||
4 | X |
The numbers represent the students' names, and the letters at the top of the columns represent the classes that are offered this quarter.
Is there a way to take that chart and get something like this:
Name | Item 1 | Item 2 | Item 3 |
1 | A | B | D |
2 | A | ||
3 | B | C | |
4 | C |
in a different sheet? Essentially, I want a formula that will list the class options based on what is checked in Sheet 1.
Mar 05 2024 08:40 PM
Mar 05 2024 09:43 PM
SolutionMar 06 2024 06:57 AM
Thank you!! This worked great! @Harun24HR
Mar 05 2024 09:43 PM
Solution