Hi, I am struggling with a formula. I am trying to lookup a value from another sheet, based on a Supplier name in a column on the sheet where I require the value returned. If the Supplier is blank on the sheet that I am referencing, then it returns the first blank cell on that column instead of just an error or blank result. The following are some formulas that I have tried, with no success.
=IF(ISBLANK(INDEX({1522 PC Items reference}, "", MATCH(Supplier@row, {1522LV PC Items Range 13}, 0))))
=IFERROR((ISBLANK(INDEX({1522 PC Items reference}, MATCH(Supplier@row, {1522LV PC Items Range 13}), 0))))
=IFERROR(INDEX({1522 PC Items reference}, MATCH(Supplier@row, {1522LV PC Items Range 13}, 0)), 0)
Please help!