Hi everyone. I have three columns: Name, College, and Term. I want to create a list of rows showing all the combinations of the three. Raw data and the desired output is shown. I've researched using Power Query to do this but I'm on a Mac and to my knowledge it's not an available feature on this platform. Thanks!!
Clin Out Sum 08042022.xlsx | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Name | College | Term | ||
2 | Andy | KU | Spring I | ||
3 | Mary | CU | Spring II | ||
4 | Tom | NU | Summer | ||
5 | Jerry | UTA | Fall I | ||
6 | Beth | UCLA | Fall II | ||
7 | UF | ||||
8 | |||||
9 | Desired Output | ||||
10 | Name | College | Term | ||
11 | Andy | KU | Spring I | ||
12 | Andy | CU | Spring I | ||
13 | Andy | NU | Spring I | ||
14 | Andy | UTA | Spring I | ||
15 | Andy | UCLA | Spring I | ||
16 | Andy | UF | Spring I | ||
17 | Andy | KU | Spring II | ||
18 | Andy | CU | Spring II | ||
19 | Andy | NU | Spring II | ||
20 | Andy | UTA | Spring II | ||
21 | Andy | UCLA | Spring II | ||
22 | Andy | UF | Spring II | ||
Sheet4 |