Hi,
Please help me with my formula,
I'm trying to GET a Contact Column, based on matching criteria,
(The columns referenced are from a separate sheet.)
I tried using: =IF({Sheet 1 Range Status Column}, "Approved", INDEX({Sheet 1 Range Contact Column}, MATCH(HAS(@cell, Reason@row), {Sheet 1 Range Reason Column}, 0)))
It's giving me the error #INVALID DATA TYPE
The sheet I have has a Text column with a list of all reasons, then the formula is within a Multiple Contact column, the idea is: to collect all contacts that Approved with the reason@row.
The sheet I'm referencing has a Reason column that is a Dropdown with multi select, and a single select Contact Column.
I'm probably using the wrong formula when I need to get all contacts matching the reason.
Thank you!