you need your data in columns, with the 'index' column on the extreme left. The other fields in the function tell it which column you want it to return data from (counting from the left) and whether an exact match is required. And of course which variable you want to trawl for in the index.
=vlookup(lookup value,table array, col index number,exact match required)
you need your data in columns, with the 'index' column on the extreme left. The other fields in the function tell it which column you want it to return data from (counting from the left) and whether an exact match is required. And of course which variable you want to trawl for in the index.
=vlookup(lookup value,table array, col index number,exact match required)