I would like to exclude a specific user name from this formula.
The formula is working fine, and it is returning a distinct list of user names. However, we need to exclude certain users, that are no longer in the group.
For example, how do I say to exclude user "Joe Black" from this list?
=IFERROR(INDEX(DISTINCT({Trial Lead}), [Unique Row ID]@row, 0), "")