Hello,
I am using the following formula to reference another sheet:
=INDEX({DISASTER CLOSINGS Range 1}, MATCH([Store Id]@row, {DISASTER CLOSINGS Range 1}, 0))
This returns #NO MATCH for cells that, well frankly do not have a match, and the corresponding number if it does have a match. That works as intended.
But... I want the opposite. If the number exists on the "DISASTER CLOSINGS" sheet, I want it to return blank, and if the number does NOT exist on the "DISASTER CLOSINGS" sheet, I want it to return the value in the "Store Id" column.