BRAND NEW TO SMARTSHEETS HERE:
I have two sheets which have a unique ID column in common as a key. Sheet 1 will have only a single time this key will be listed. Sheet 2 could have many entries that have the same ID value displayed multiple times.
I am trying to pull a field from sheet 1 into sheet 2. I want column 6 from sheet 1 to display in sheet 2 wherever the keys match.
I am using the following code.
=VLOOKUP([External Audit Reference Number]@row, {External Audit - Data Range 1}, 6, false)
Help please :)