I need to write a formula to reference another sheet and then return "NEW HIRE REPLACEMENT" if that sheet has "New Appointment - new to UNCH" and also return a blank cell if there's nothing listed. I figured out the first part to return "NEW HIRE REPLACEMENT" but I can't find the blank.
Here's the first half of the formula-
=IF(INDEX({RPA Action}, MATCH([Row ID]@row, {RPA ID}, 0)) = "New Appointment - new to UNCH", "NEW HIRE REPLACEMENT")