I am attempting to use an IF statement with an Index(Match( to check a box in my target sheet if a matching field in my reference sheet is a date.
I am attempting to match the Vendor Names between the two sheets and have used the below formula but am getting a #NOMATCH error.
=IF(ISDATE(INDEX({Contract Management - Sub notification}, MATCH([Vendor Name]@row, {Contract Management - Vendor}, 0))), 1, 0)
Reference sheet:
Target sheet:
Any help appreciated!