Trying to collect data from a sheet where a person assigned is one of multiple contacts

Hi,
I'm trying to revise a formula and am a bit stuck on how to do it. I would like to pull resource utilization information from my Project Plan into a Team sheet (and no, we don't have the Resource Management module or Control Center at my organization). Here is an example of the current formulas I'm working with:
=MIN(COLLECT({Project Plan| StartDate}, {Project Plan| Parent Title}, Phase@row, {Project Plan| Assigned To}, Stakeholder@row))
These were for a Project Plan where the "Assigned To" column is limited to one person. We'd like to allow that column to have multiple contacts assigned. Normally I'd use some sort of CONTAINS function, but can't figure out how to revise this particular formula.
Answers
-
You would actually want to use the HAS function.
=MIN(COLLECT({Assigned To}, HAS(@cell, "John Doe"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!