Vlookup between two tables not working.
I have the following FX:
=VLOOKUP([@ID],Table6[@ID],4,FALSE)
Table Im in is looking in another table for the ID calue and returning the 4th column value. Except it just returns N/A#.
Table with Vlookup:
Table I want to lookup and get value:
Both ID columns are Column A.
I have the following FX: =VLOOKUP([@ID],Table6[@ID],4,FALSE) Table Im in is looking in another table for the ID calue and returning the 4th column value. Except it just returns N/A#. Table with Vlookup: Table I want to lookup and get value: Both ID columns are Column A. Read More