karmaimages
Board Regular
- Joined
- Oct 1, 2009
- Messages
- 112
- Office Version
- 365
- Platform
- Windows
Good morning,
I extract some information from a SharePoint list which is in the format of the following:
Is there a way using power query to create a combined column for all "Name" columns removing the blanks so this would look like the following:
I need the reference to be maintained so creating a new row based on the number of named persons.
Many Thanks
I extract some information from a SharePoint list which is in the format of the following:
Reference | Name 1 | Name 2 | Name 3 |
123 | Person 1 | Person 2 | |
124 | Person 2 | ||
125 | Person 1 | Person 2 | Person 3 |
Is there a way using power query to create a combined column for all "Name" columns removing the blanks so this would look like the following:
Reference | Name |
123 | Person 1 |
123 | Person 2 |
124 | Person 2 |
125 | Person 1 |
125 | Person 2 |
125 | Person 3 |
I need the reference to be maintained so creating a new row based on the number of named persons.
Many Thanks