This article explains how to use the VLOOKUP function
FSVLOOKUP (value, datasheet, col_index, [range_lookup])
Lookup the exact value of Question A
in column 1 of Datasheet A
and retrieve the value from the 2nd column (column numbering starts at 0 - zero):
FSVLOOKUP(QA, DA, 1, 0)
OR
Lookup the value 135
in column 1 of Datasheet A
and retrieve the value from the 3rd column:
FSVLOOKUP(135, DB, 2, 1)
A1:B22
), the value of the datasheet needs to be just the reference to that datasheet (e.g., formulascript>DA
).Learn more about vlookup in one of the following articles