Forum Discussion

tsw02's avatar
tsw02
Copper Contributor
May 21, 2021
Solved

Index Match returning Yes/No

I have two workbooks with customer names and amounts due. I currently am using the index match function in workbook 1 to search workbook 2 for the customer name and return the amount due for the cust...
  • HansVogelaar's avatar
    May 21, 2021

    tsw02 

    In C2:

     

    =IF(B2=INDEX([Book2]Sheet1!$B$2:$B$5,MATCH([Book2]Sheet1!$A$2:$A$5,0)),"Yes","No")

     

    Fill down.

Resources