Hello! I am using an INDEX / MATCH formula to return values from a different sheet. I would like the formula to return the TEXT "Pending" if the value from the formula is BLANK.
This is the formula that i have, which works fine. I just need to build in the =ISBLANK statement, to return "Pending"
Formula
=IFERROR(INDEX({Site Onboarding - Privacy Practice Notices}, MATCH([Site Name]@row, {Site Onboarding - Site Name}, 0)), "")