I'm using the VLOOKUP Formula to match the "Application" in table 1 to "Application Name" in table 2, then return the "Primary Product Family" from Table 2, Column 2 to "Program" in Table 1 where the formula is.
=VLOOKUP(Application@row, {Applications}, 2, false)
What I'm I doing wrong?