Looking for help on having the following function (If, or & VLookup) to return 0 instead of #NA when the Vlookup value is not present in sheet 1. I have seen iserror but cant seem to embed it correctly.
=IF(OR(AC17="S",AC17="LG",AC17="NL",AC17="SAG"),"0",VLOOKUP(A17,'F:\[BDP.xls]Sheet1'!$A$1:$T$65536,13,FALSE))
Thank you to all who provided support on query
Bookmarks