Pulling from Multi-Select to populate under appropriate line in another sheet
Hello,
I am using the attached formula to try and ensure that I can expand the formula (currently has a 1:1 from a Project plan with RACI into a RACI Matrix with tasks associated to users) so that rather than creating a duplicate row for every person responsible (from a group) I wanted to change it to a multi select and have it function the same way. I have tried HAS but is not updating correctly.
So the flow is: Project template with tasks and named resource to work on the task then populates a RACI matrix.
The first picture is the current logic
Below is what the reference project plan looks like
If it is a single name then it presents like this with the names in a separate column as resource:
Reading up on HAS it should look for the one to many and pull them over into the RACI correct? Or am I missing the part where each value creates it's own row?
Thanks in advance
D
Best Answer
-
Below is an example of how you would use the HAS function to accomplish what you need (add additional if formulas as needed).
=IF(HAS(VLOOKUP([Track 1]$1, {Project Plan - Template Range 1}, 2, 0), Resource@row), "R")
Answers
-
Below is an example of how you would use the HAS function to accomplish what you need (add additional if formulas as needed).
=IF(HAS(VLOOKUP([Track 1]$1, {Project Plan - Template Range 1}, 2, 0), Resource@row), "R")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!