I have workbook1 with 3 values (columns) concatenated to 1 cell as =TRIM(CONCATENATE("ABC","-",$B174,"-",$A174,"-",$E174)).
Workbook2 has 1 cell that contains the concatenated value from workbook1.
I am performing VLOOKUP inside workbook1 to get data from workbook2 using the concatenated value as the primary key.
However, I get #N/A as a result even if I hard code the actual concatenated value to the VLOOKUP formula.
Am I missing something here?