Put Multiple Cell Data Into One Cell
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have two excel files. The first one called Names contains a list of names.
Preferred Name |
James John |
Annie White |
... |
Zachary Helms |
The other file, named Assignments that has many different columns with several sets of data. Out of the many columns, the two that I am interested are called Manager Name and Project Name. All of the people in the Names file can be found in the Manager Name column, but not all of the people in the Manager Name column are in the Names file
What I want to do is get all of the projects that belong to the people in the Names file and create a new file which only contains two columns, Name and Project Name where the projects are separated by commas. A sample output is the following:
Preferred Name | Project Name |
James John | Update XRN, Change WBS |
Annie White | Create New Rapid Valves, Introduce new Scripting |
... | |
Zachary Helms | Modify Database Foundation |
I have tried the following flow, and I am able to retrieve the projects assigned to the names.
However, they show up as individual cells:
Preferred Name | Project Name |
James John | Change WBS |
James John | Update XRN |
Annie White | Introduce new Scripting |
Annie White | Create New Rapid Valves |
How can I group all of the project names together based on who the manager (preferred name) is?
- Labels:
- Help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Have you tried using Summarize tool and use project name as Conc value?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nevermind, I think I've got it now using Conc and summarize tool. Thank you!
