I have 2 sheets. One sheet (Requestors) is tied to a form for people to get information about a possible coach. Through this awesome community, I've been able to figure out how to pull the information I need from the 2nd sheet (Coaches list), and display it in an automated email to the requestor (with a line break between each possible name!!).
However, we now have some coaches that are currently unavailable but will be in the future. I need to figure out how to exclude those coaches information from being pulled and sent to the requestors. I have 2 different availability statuses, tied into other formulas and conditional formatting and automations . One is if a coach is active but has reached their limit of requestors to take on (Flag). The other is if they are currently able to participate in the program (Status with Green, yellow, red).
I'd like to base it off the Flag status, because that will end up being used for both unavailable statuses.
What do I need to add to my =JOIN(COLLECT({Coaches list for Cross-Enterprise Coach name}, {Coaches list for Cross-Enterprise Topics}, HAS(@cell, [What type of coaching help are you looking for?]@row)), " or ") to only pull coaches that have a clear flag status?
Thanks!