Knockoutpie
Board Regular
- Joined
- Sep 10, 2018
- Messages
- 116
- Office Version
- 365
- Platform
- Windows
Kind of difficult to explain this in a header..
I'm trying to take a column of employee names, and if the title matches "sales" to transpose those names to a header..
This is the ideal output.. Trying to figure, maybe it's a mix of filter, unique, transpose, index, match, etc. Any help would be great.
I'm trying to take a column of employee names, and if the title matches "sales" to transpose those names to a header..
This is the ideal output.. Trying to figure, maybe it's a mix of filter, unique, transpose, index, match, etc. Any help would be great.
Employee 1 | Employee 2 | Employee 4 | Employee 5 | Employee 8 | Employee 9 |
Name | Title |
Employee 1 | Sales |
Employee 2 | Sales |
Employee 3 | Purchasing |
Employee 4 | Sales |
Employee 5 | Sales |
Employee 6 | Purchasing |
Employee 7 | Purchasing |
Employee 8 | Sales |
Employee 9 | Sales |