mattyblueice
Board Regular
- Joined
- Jul 24, 2014
- Messages
- 87
- Office Version
- 365
- Platform
- MacOS
Hi I have a huge project sheet with dozens of projects along with tasks and the associated contacts. My source list is set up like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Role
[/TD]
[TD]Proj A
[/TD]
[TD]Proj B
[/TD]
[TD]Proj C
[/TD]
[/TR]
[TR]
[TD]PM
[/TD]
[TD]Bob
[/TD]
[TD]Sue
[/TD]
[TD]Dan
[/TD]
[/TR]
[TR]
[TD]BA
[/TD]
[TD]Phil
[/TD]
[TD]Mike
[/TD]
[TD]Matt
[/TD]
[/TR]
[TR]
[TD]SME
[/TD]
[TD]Ryan
[/TD]
[TD]Jack
[/TD]
[TD]Larry
[/TD]
[/TR]
</tbody>[/TABLE]
Each tab a is project with a all of the tasks and contacts, many of the tasks require multiple roles such as
[TABLE="width: 500"]
<tbody>[TR]
[TD]A5
[/TD]
[TD]B5
[/TD]
[TD]C5
[/TD]
[/TR]
[TR]
[TD]Gather Requirements
[/TD]
[TD]PM, BA, SME
[/TD]
[TD]Formula here
[/TD]
[/TR]
</tbody>[/TABLE]
The project name is located in Cell A1, but how do I get a index/match formula to pull in the multiple roles that are seperated by commas? Any help would be appreciated!
Thanks
Matt
[TABLE="width: 500"]
<tbody>[TR]
[TD]Role
[/TD]
[TD]Proj A
[/TD]
[TD]Proj B
[/TD]
[TD]Proj C
[/TD]
[/TR]
[TR]
[TD]PM
[/TD]
[TD]Bob
[/TD]
[TD]Sue
[/TD]
[TD]Dan
[/TD]
[/TR]
[TR]
[TD]BA
[/TD]
[TD]Phil
[/TD]
[TD]Mike
[/TD]
[TD]Matt
[/TD]
[/TR]
[TR]
[TD]SME
[/TD]
[TD]Ryan
[/TD]
[TD]Jack
[/TD]
[TD]Larry
[/TD]
[/TR]
</tbody>[/TABLE]
Each tab a is project with a all of the tasks and contacts, many of the tasks require multiple roles such as
[TABLE="width: 500"]
<tbody>[TR]
[TD]A5
[/TD]
[TD]B5
[/TD]
[TD]C5
[/TD]
[/TR]
[TR]
[TD]Gather Requirements
[/TD]
[TD]PM, BA, SME
[/TD]
[TD]Formula here
[/TD]
[/TR]
</tbody>[/TABLE]
The project name is located in Cell A1, but how do I get a index/match formula to pull in the multiple roles that are seperated by commas? Any help would be appreciated!
Thanks
Matt