Forum Discussion

Dan1ExcelUser's avatar
Dan1ExcelUser
Copper Contributor
Mar 03, 2025

Update my formula to return "Yes" if a match is found, and if not, return the corresponding value

Hi, I'm using this formula =IFERROR(IF(MATCH(1, (Sheet1!A2=Sheet2!A:A) * (Sheet1!B2=Sheet2!B:B), 0), "Yes"), "No") to return "Yes" if a match is found, and if not, to return "No". Now, I want to upd...