Hi everyone,
I really hope someone will be able to help me here.
I'd like to find out if cell A2 in Workbook1.xlsx (Let's say it's a text that says "Car") is a duplicate across the whole column A of another workbook: Workbook2.xlsx
I have come up with the following formula so far, but it's not exactly working, because it doesn't search across the whole column A:
=INDEX([Workbook2.xls]Sheet1!$A:$A, MATCH(A2, [Workbook1.xlsb]Sheet1!$A:$A, 0))
Any ideas?
Thanks
Bookmarks