Aldonin
New Member
- Joined
- Jan 27, 2012
- Messages
- 28
Hi everyone: Important: I tried to solve this using both plain excel and Power Query since these are the only tools I can use, it would be great if the solutions/ideas consider those tools only, thank you so much!
Here it goes:
I have data structured in the following way: Left column shows a list of "Events", right column includes the dependent Participants for each event all comma-separated.
I'm trying and failing miserably to transform this table into something like the table below (I believe it's called tabular).
Any ideas/suggestions on how I can solve this using excel or Power Query?
Thank you so much in advance!
Here it goes:
I have data structured in the following way: Left column shows a list of "Events", right column includes the dependent Participants for each event all comma-separated.
Host Event | Dependent Participants |
Event1 | P1,P2,P3 |
Event2 | P7,P9 |
I'm trying and failing miserably to transform this table into something like the table below (I believe it's called tabular).
Host Event | Dependent Participants |
Event1 | P1 |
Event1 | P2 |
Event1 | P3 |
Event2 | P7 |
Event2 | P9 |
Any ideas/suggestions on how I can solve this using excel or Power Query?
Thank you so much in advance!