Hi there,
First time poster here. I'm trying to insert a formula that will check off a PN against four different PN tables and return either "YES" or "NO" depending on whether the PN is present in one of the four reference tables, or it's a brand new PN.
The formula I tried is =IF((MATCH(A67,B67:F67,0))<>"INSA","NO","YES")
This works no problem if the PN is already found, but instead of returning "YES" if the PN is new, it returns #N/A.
Clearly I'm not using the INSA function in the correct manner, can someone please help?
Thanks!
Bookmarks