Hi, is there a way to avoid the #REF error when the sheet that is being reference is removed?
My formula is as follows:
=IF(D1="mail","",IF(D1="carrier","",IF(I1="","",IF(H1="Active",IF(D1="","",IF(IFERROR(VLOOKUP(C1,BARK!F:F,1,FALSE),"")="","MISSING","")),"")))))
So the BARK sheet is the one...