Hello community,
I am trying to put together a JOIN COLLECT formula with a criterion whose range is a multi-select dropdown menu. Right now the formula is working when only one is selected from the menu.
=JOIN(COLLECT({ERT Emails}, {Status}, "Active", {Region}, Regions@row), ", ")
How can I adjust the formula to pull from the source sheet when any of the regions are selected?
For example, right now it will work when the criterion range has Region X selected, but not when it has both Region X and Region Y selected. I want it to populate the cell from the source sheet with results from both Region X and Region Y. In the source sheet, the Region column is a single-select dropdown.
Thank you for any guidance you can provide!