Hello! I am using an Index & Match formula to populate the following fields based on the chosen Integrated Participant: Group, RHMID, Class of Trade, and GPO Start date.
I want any blank cells (aka, data not assigned to an Integrated Participant) to display #NO MATCH.
I am using IFERROR statements (below) that will return #NO MATCH if an error occurs, but I am wondering if I need to change my formula to an IF statement or if there is an alternative way to return the desired #NO MATCH when a cell in the lookup sheet is blank.
=IFERROR(INDEX({Index Table | GPO Start}, MATCH([Integrated Participant]@row, {Index Table | Facility}, 0)), "#NO MATCH")
I welcome any and all ideas!
THANKS!
Michael