Forum Discussion
oreoicing
Apr 17, 2021Copper Contributor
PLEASE HELP! How to combine two tables using multiple common values. Not opposed to VBA or formulas.
I have two tables. One table has a value in column A that is duplicated, and in column B there is a somewhat unique identifier. In the second table there is one value for column A that matches the fi...
SergeiBaklan
Apr 17, 2021Diamond Contributor
As variant since 365 is mentioned
with
=XLOOKUP([@Test]&[@Try],
Table2nd[Test]&Table2nd[Try],
Table2nd[Value],
"-")