Good afternoon,
I'm having a problem with the below formula. I'm trying to do a formula that will check Invoice numbers on two sheets. If they match it will say yes, and if there is no match it will say no. However I'm getting Invalid Data type when there is a match, and No match if they don't match.
=IF(MATCH(Invoice65, {Exceptions}, 0), "yes", "no")