Hi
I really would appreciate expert help in solving this puzzle in Power Query (or Power Pivot?)
I have following input table, which list customer names & employees assigned to it. I would like to create a cross tab view/table which only results in one customer on one line with all the various roles across the column. Challenge is there could be more then on similar role/employees assigned to same customer. in that case I would like to concatenate the results in single cell separated by "/"
Its similar to expecting multiple lookup values in single cell in excel. Following is just a sample , there are way more then 3 roles & employes listed below.
really appreciate some guidance
Excel 2013 with power Query & Power pivot add-in loaded on Windows 7
Thanks
I really would appreciate expert help in solving this puzzle in Power Query (or Power Pivot?)
I have following input table, which list customer names & employees assigned to it. I would like to create a cross tab view/table which only results in one customer on one line with all the various roles across the column. Challenge is there could be more then on similar role/employees assigned to same customer. in that case I would like to concatenate the results in single cell separated by "/"
Its similar to expecting multiple lookup values in single cell in excel. Following is just a sample , there are way more then 3 roles & employes listed below.
Input | ||||||
Customer | | | Sales Role | | | Rep name | ||
ABC Corp | | | Manager | | | Joe | ||
ABC Corp | | | Technician | | | Linda | ||
ABC Corp | | | Technician | | | Jane | ||
XYZ | | | ISR | | | Peter | ||
XYZ | | | Technician | | | Linda | ||
XYZ | | | Manager | | | Mike | ||
XYZ | | | ISR | | | Ron | ||
Expected Output | ||||||
Customer | | | Manager | | | Technician | | | ISR |
ABC Corp | | | Joe | | | Linda/Jane | | | |
XYZ | | | Mike | | | Linda | | | Peter/Ron |
really appreciate some guidance
Excel 2013 with power Query & Power pivot add-in loaded on Windows 7
Thanks