I've finally gotten this INDEX/MATCH formula to search 2 sheets and return the correct result but I'm struggling with the IFERROR portion. I think I need a second nested IFERROR. I would like the cell to remain empty if no result is found instead of the #NO MATCH result that currently appears.
=IFERROR(INDEX({Clinical Operations_ICS Range 7}, MATCH([Primary Column]@row, {Clinical Operations_ICS Range 2}, 0)), INDEX({Clinical Operations_ECS Range 1}, MATCH([Primary Column]@row, {Clinical Operations_ECS Range 7}, 0)))