Hello,
I am trying to build a formula that solves the following.
- We are trying to determine who helps other team members assisting in completing a request
- Each Request may have more than one person supporting
- Column that serves as reference is Linked
- Range is a Contact list that allows multiple contacts
I can't return all of the users in a cell. I only return the first person in the cell. I am using the formulas below.
=COUNTIFS({CUST Request Log Range 1}, CONTAINS(Person@row, @cell)) - Returns 0's
=COUNTIFS({CUST Request Log Range 1}, FIND(Person@row, @cell) > 0) - Returns the first contact only
Trying to think about what else I may be missing for it to look for everyone in the cells
Thanks for any help you can provide.