Help! I have tried to get pull this data using many different combinations of formulas (using AI and searching through other posts.) Here is what I'm trying to do:
I want an "X" to appear in the appropriate column when pulling from another sheet labeled "Roles"
The Roles sheet has five different columns that I need to check criteria
* Title = Roles_MGR,Finance is a checkbox field (this column changes based on the appropriate column in the table below
* Required1, Required2, Required3, and Required 4 = values that need to match the data in the first column of the table below
Not every cell has data in the required fields.
Here is the formula I started with (but it doesn't work when I extrapolate to include additional fields:
=IF(INDEX(COLLECT({Roles_Required1}, {Roles_MGR,Finance}, 1, {Roles_Required1}, [Primary Column]@row), 1) = [Primary Column]@row, "X", "")
Here is the Roles table
Thanks!