Hi there,
I'm trying to use an IF and IF ERROR formula with an embedded index + match formula, so that if doesn't find the information on the one reference sheet it looks at the next sheet and then the next sheet.
=IF(IFERROR(INDEX({B16.P21 QF}, MATCH([Function/Task ID]@row, {B16.P21 ID}, 0))), IFERROR(INDEX({B16.P20 QF}, MATCH([Function/Task ID]@row, {B16.P20 ID}, 0))), IFERROR((INDEX({B16.P19 QF}, MATCH([Function/Task ID]@row, {B16.P19 ID}, 0))))
An incorrect argument message is being returned.
What am I doing wrong?