I have a question - I have a data set that currently looks like this
Product A | Sales person a, sales person b
Product B | Sales person a, sales person c
Product C | Sales person b, sales person d, sales person e
I need a report that looks like this (reverse of what I have above)
Sales person a | product A, Product B
Sales person b | product A, Product C
Sales person c | product B
Sales person d | Product C
Sales person e | Product C
What would be the best approach to do this - was thinking about pivot table and text to columns, but I cannot find a way to get there easily. The actual data set is actually in the 1000s. Thank you for a prompt response.
Product A | Sales person a, sales person b
Product B | Sales person a, sales person c
Product C | Sales person b, sales person d, sales person e
I need a report that looks like this (reverse of what I have above)
Sales person a | product A, Product B
Sales person b | product A, Product C
Sales person c | product B
Sales person d | Product C
Sales person e | Product C
What would be the best approach to do this - was thinking about pivot table and text to columns, but I cannot find a way to get there easily. The actual data set is actually in the 1000s. Thank you for a prompt response.