Hello, I am trying to get a status to pull from 3 different worksheets depending on the Row ID (We have current items, past items, and future items to keep our sheets from being too full. I get an #UNPARSEABLE error. Please let me know what I'm doing wrong.
=IFERROR(VLOOKUP([Row ID]@row, {RANGE1}, 22, false),IFERROR (VLOOKUP([Row ID]@row, {RANGE21}, 24, false),(VLOOKUP([Row ID]@row, {RANGE3}, 22, false))))
Best,