I have never been so frustrated with Excel in my life. I'm coming up against two major deadlines at work, and the only way to get the right info to the right people involves solving the problem below.
I have two workbooks with different metrics for different "clients" in each, and I need to get all of the info into one sheet - can't simply copy/paste the data over because I could have Client A in the first workbook, but not in the second. Also, can't use "Client Name" as the unique identifier between workbooks because one could be "The John Smith Company" and the other could say, "The John Smith Co."
Here is a very simplified example:
Workbook A
- Client ID
- Number of Employees
Workbook B
- Client ID
- Years as Client
- Location
- Client Name
Before you mark me as a duplicate question, know that I have tried the following formulas to no avail:
=VLOOKUP(D2,[othersheet.xlsx]sheet1!$A:$D,2,FALSE)
=IF(ISERROR(EXACT(D2,[othersheet.xlsx]sheet1!$1:$1048576)), "True", VLOOKUP(D2,[othersheet.xlsx]sheet1!$1:$1048576,2,FALSE))
Losing my mind here - Any ideas would be marvelous. Thank you in advance!
ETA:
I'm using Excel 2011 for Mac, v. 14.4.1.