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
- 67.2K Get Help
- 451 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!