Hi all,
I'm back with another question. I've got this formula:
[=IFERROR(VLOOKUP(A7,Sheet3!$A$2:$B$364,2),INDEX(Sheet1!D:D,MATCH(C7,Sheet1!F:F,0)))]
This formula is working just fine to return a result, however, I want to know if the result was triggered by the IFERROR or if the result was...