I am trying to use INDEX COLLECT to pull data out of a specific column from another sheet based one three criteria.
My formula is:
=INDEX(COLLECT({Site Visit Intake - DOM Review %}, {Site Intake FDC-FW}, FW@row, {Site Visit Intake - DC}, DC@row, {Site Visit Intake - Metric}, [Metric Being Evaluated]@row),1)
I keep getting a #INVALID VALUE error despite ensuring that my source sheet has matching information.
Source Sheet:
Note that FW is feed from a formula, "DC" "Metric Being Evaluated" are drop-downs, and "DOM Review %" is a formula as well.
From Formula: Site Visit Intake - DOM Review % = "DOM Review %), Site Intake FDC - FW = "FW", Site Visit Intake - DC = "DC", and Site Intake - Metric = "Metric Being Evaluated:
Landing Sheet:
Any help would be greatly appreciated!