As you see in the screenshot when using the formula below, it worked perfectly in the first column (Interim Handover Letter), however, it started to give me either (blank/empty cells) and (#INVALID VALUE) when applying it to the rest of the columns.
I'm trying to return a value from (column number 12) a reference sheet by finding 2 matched values.
=INDEX({FLOC Docs Submission Info-ETS_Aug11 Range 3}, MATCH(Site@row, {FLOC Docs Submission Info-ETS_Aug11 Range 4}, 0) * MATCH("Interim Handover Letter", {FLOC Docs Submission Info-ETS_Aug11 Range 2}, 0), 12)
I saw a suggestion to use "@cell = 0" but it didn't work!
Here is a screenshot of the reference sheet:
Please help 😔