Hello,
I've created an INDEX and MATCH formula to update a daily staffing sheet. So, it shows the employee status for TODAY(), based on another sheet. I realized today that when there is no value (which is fine - that has a meaning), I get #NO MATCH. Is there a way I could do some sort of IF statement or something to let this just be blank?
=INDEX({2021 RE Staffing Calendar Range 5}, MATCH(TODAY(), {2021 RE Staffing Calendar Range 1}, 0))