What Is The Syntax For Match, Vlookup and Offset?
What Is The Syntax For Match, Vlookup and Offset?
What Is The Syntax For Match, Vlookup and Offset?
wings. It
makes you to connect two different tabular lists and saves a ton of time. In my opinion understanding
VLOOKUP, OFFSET and MATCH worksheet formulas can transform you from normal excel user to a
data processing beast.
While VLOOKUP is used to fetch value a based on what you are looking for, MATCH is used
to fetch the position of the value you are looking for.
See this illustration to understand :
What does VLOOKUP really do?
Imagine you have a list of data like this:
Now, how do you answer the question – “How many sales did Jimmy make?“
Yes, your guess is right. VLOOKUP is one of the formulas you can use to answer questions like this.
VLOOKUP searches a list for a value in left most column and returns corresponding value
from adjacent columns.
So, in our case, we need VLOOKUP to search for Jimmy and return the amount of sales he made from
column 3.
=VLOOKUP( this value, your data table, column number, optional is your table sorted?)