ariel20029
Board Regular
- Joined
- Jun 20, 2013
- Messages
- 97
Hi,
I have column A that has a project ID and a column that has a role related to that project. There can be multiple rows per project:
I am trying to concatenate the multiple roles per project into one cell per project.
Example
Project ID Field ID
A Consultant
A Sr Consultant
A Project Manager
B Project Manager
C Sr Consultant
C Project Manager
The result I am trying to get
A-Consultant,Sr Consultant,Project manager
B-Project Manager
C- Sr Consultant, Project manager
I tried a few variations of if statements but could not get it to work.
Any help is appreciated.
thank you so much,
Sharon
I have column A that has a project ID and a column that has a role related to that project. There can be multiple rows per project:
I am trying to concatenate the multiple roles per project into one cell per project.
Example
Project ID Field ID
A Consultant
A Sr Consultant
A Project Manager
B Project Manager
C Sr Consultant
C Project Manager
The result I am trying to get
A-Consultant,Sr Consultant,Project manager
B-Project Manager
C- Sr Consultant, Project manager
I tried a few variations of if statements but could not get it to work.
Any help is appreciated.
thank you so much,
Sharon