SlideShare una empresa de Scribd logo
1 de 171
Descargar para leer sin conexión
MS EXCEL
FUNCTION
VLOOKUP
FUNCTION
Vertical Lookup
or VLOOKUP
Function
Is use to find a
specific
information.
It can help you
find a distinct
data in a
spreadsheet.
VLOOKUP
Function syntax:
=VLOOKUP
(lookup_value,
table_array,
col_index_num,
range_lookup)
Let’s define
further.
Lookup_value is
the value
searched for.
Lookup_value
can be a
text string (any
word/s),
a logical value
(TRUE or FALSE),
any number,
or a cell
reference.
Table_array is
where the data
is searched at.
Table_array must
contain at least
two columns of
data.
Why?
Because the first
column contain
the
lookup_value.
Then the second
(or succeeding
columns) will
return the
needed data.
Let’s move on to
the next item.
Col_index_num is
the column
number (in the
table_array)
where data are
returned from.
Range_lookup is a
logical value
indicating an exact
or an approximate
match to the
lookup_value.
A logical value is
either TRUE or
FALSE only.
If TRUE,
VLOOKUP will
look for an
approximate
match.
An approximate
match is the
closest fit.
If FALSE,
VLOOKUP will
look for an exact
match.
If an exact match
is not found, a
#N/A error will
occur.
If there are two
or more exact
matches,
the first match
will be chosen.
However,
range_lookup is
optional.
You can choose
to write TRUE or
FALSE
Or not write
anything at all.
Just remember,
the syntax
chooses TRUE by
default.
This means that
the syntax will
look for the
approximate
match.
Unless, indicated
otherwise.
Again, the syntax
is
lookup_value
table_array
col_index_num
range_
lookup
To use the
VLOOKUP
function,
just type it up
and a pop-up
will assist you.
Let’s have an
example.
We have a list of
all employees
and their hourly
wage.
At the end of the
month,
we need to
compute salary
due to the
company’s
marketing team.
We already have
the number of
hours worked.
So, we just need
each employee’s
hourly rate.
Using the
VLOOKUP
function.
Let’s review our
syntax.
=VLOOKUP
(lookup_value,
table_array,
col_index_num,
range_lookup)
Our
lookup_value is
each employee’s
name.
Our table_array
is the first list.
The list of all
employees with
hourly rate.
Notice that we
just have two
columns.
The first column
is the employee
name.
The second
column is the
hourly rate.
Following our
syntax,
=VLOOKUP
(lookup_value,
table_array,
col_index_num,
range_lookup)
col_index_num is
column number
2
Or the second
column that
shows the hourly
rate.
The
range_lookup
may or may not
be there.
For now, I will
not use
range_lookup.
This means that
TRUE is chosen
by default.
So, it will look for
an approximate
match.
I will show you
an exact match
later.
Let’s go back to
our example.
Now, our
formula is
complete.
=VLOOKUP
(lookup_value,
table_array,
col_index_num,
range_lookup)
We can choose to
write each
employee’s
name
Or just the cell
reference.
For now, I chose
the cell
reference.
The table_array
can be a named
range
or just a
reference to a
range of cells.
Just a side note!
Do you know
how to name a
range?
First, highlight
the table or the
range of cells.
Notice the cell-
like beside the
function box?
You can click on
that to name the
table or range of
cells.
Let’s say I’ll
name it
employee
complete.
Just type it up
with no space or
special
character.
Now, instead of
the range of
cells,
the table_array
can be
“employee
complete”.
The result is just
the same.
Now, VLOOKUP
function came
back with these
results.
We can check
this using our
first list.
Just imagine if
VLOOKUP
function is not
around,
and you have a
thousand
employees.
You have to
check a
thousand name
and rate.
Wow!
Now, let’s take a
look when we
assign a
range_lookup.
Remember what
a range_lookup
is?
It’s when you
assign FALSE,
the syntax will
look for an
EXACT match.
Let’s use the
same example
above.
We have the list
of employees
and their hourly
rate.
Let’s say there’s
a typographical
error.
Assigning FALSE
in the
range_lookup,
VLOOKUP will
look for an exact
match.
When you hit
Enter, an error
will occur.
Because there’s
a typographical
error in the
employee’s
name.
What if the
range_lookup is
set to TRUE?
Let’s see…
After hitting
Enter
The syntax
returned with an
answer.
An approximate
answer!
Why is it an
approximate
answer?
Because the
table_array has
no exact match.
There’s no
LOOPEZ, EDWARD
So, the syntax
returned with an
approximate
match.
Is it correct?
Let’s check.
Here’s the list.
Since there’s no
exact match for
LOOPEZ,
the syntax will
return with a
closest match.
Look at these
These are the
three CLOSEST
match.
Where do you
think will the
syntax get its
answer?
Our
lookup_value is
a text.
Therefore, the
syntax will
choose the
CLOSEST match
alphabetically.
LOOPEZ is
closest to…
You might ask
why DAVIS and
not LOPEZ?
This is because
of the function’s
definition of
CLOSEST.
The function
arranged the
data in
alphabetical
order.
Thus, LOOPEZ is
closer to DAVIS
not to LOPEZ.
Let’s see the
syntax’s answer.
And compare it
to the list.
To answer the
question of
correctness,
No, it is not
correct.
Logic tells us that
the answer is
incorrect.
Does it mean
that the syntax’s
design is
incorrect?
Definitely not!
The syntax is
correct!
This is just to
show the
importance of
range_lookup.
Remember!
When you need
an EXACT match,
choose FALSE.
When you just
need an
APPROXIMATE
match, choose
TRUE.
Whatever you
choose will
greatly affect
your result!
Now, you know
the value of
range_lookup.
Just a review,
the syntax for
VLOOKUP is
=VLOOKUP
(lookup_value,
table_array,
col_index_num,
range_lookup)
Now, it’s your
turn!
Use VLOOKUP
function and tell
me about it
below.

Más contenido relacionado

La actualidad más candente

On if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,matchOn if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
Rakesh Sah
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functions
Buffalo Seminary
 
Pivot table presentation
Pivot table presentationPivot table presentation
Pivot table presentation
Sha Tibnjn
 

La actualidad más candente (20)

3. lookup functions in excel
3. lookup functions in excel3. lookup functions in excel
3. lookup functions in excel
 
Microsoft Excel VLOOKUP Function
Microsoft Excel VLOOKUP FunctionMicrosoft Excel VLOOKUP Function
Microsoft Excel VLOOKUP Function
 
USING VLOOKUP FUNCTION
USING VLOOKUP FUNCTIONUSING VLOOKUP FUNCTION
USING VLOOKUP FUNCTION
 
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,matchOn if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
 
SQL practice questions set - 2
SQL practice questions set - 2SQL practice questions set - 2
SQL practice questions set - 2
 
VLOOKUP HLOOKUP INDEX MATCH
VLOOKUP HLOOKUP INDEX MATCHVLOOKUP HLOOKUP INDEX MATCH
VLOOKUP HLOOKUP INDEX MATCH
 
Training presentation vlookup - what it is, and when to use it
Training presentation   vlookup - what it is, and when to use itTraining presentation   vlookup - what it is, and when to use it
Training presentation vlookup - what it is, and when to use it
 
Sumif () ppt
Sumif () pptSumif () ppt
Sumif () ppt
 
MS excel - match function
MS excel - match functionMS excel - match function
MS excel - match function
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functions
 
Pivot table presentation
Pivot table presentationPivot table presentation
Pivot table presentation
 
Top 40 sql queries for testers
Top 40 sql queries for testersTop 40 sql queries for testers
Top 40 sql queries for testers
 
My Sql
My Sql My Sql
My Sql
 
SQL Queries
SQL QueriesSQL Queries
SQL Queries
 
Basic excel training
Basic excel trainingBasic excel training
Basic excel training
 
Presentation
PresentationPresentation
Presentation
 
Advance excel
Advance excelAdvance excel
Advance excel
 
Complex queries in sql
Complex queries in sqlComplex queries in sql
Complex queries in sql
 
Dbms practical list
Dbms practical listDbms practical list
Dbms practical list
 
Excel Top 10 formula For The Beginners
Excel Top 10 formula For The BeginnersExcel Top 10 formula For The Beginners
Excel Top 10 formula For The Beginners
 

Similar a VLOOKUP Function - Marelen Talavera - Vivacious Analytic

Commonly used excel formulas
Commonly used excel formulasCommonly used excel formulas
Commonly used excel formulas
saladi330
 
Ben Finkel- Using the order by clause.pptx
Ben Finkel- Using the order by clause.pptxBen Finkel- Using the order by clause.pptx
Ben Finkel- Using the order by clause.pptx
StephenEfange3
 

Similar a VLOOKUP Function - Marelen Talavera - Vivacious Analytic (20)

Commonly used excel formulas
Commonly used excel formulasCommonly used excel formulas
Commonly used excel formulas
 
Commonly used excel formulas
Commonly used excel formulasCommonly used excel formulas
Commonly used excel formulas
 
Be a pro in LOOKUP function in Excel.pptx
Be a pro in LOOKUP function in Excel.pptxBe a pro in LOOKUP function in Excel.pptx
Be a pro in LOOKUP function in Excel.pptx
 
Look up functions
Look up functionsLook up functions
Look up functions
 
Training excel
Training  excelTraining  excel
Training excel
 
Zlookup function
Zlookup functionZlookup function
Zlookup function
 
Lookup and PIVOT.ppt
Lookup and  PIVOT.pptLookup and  PIVOT.ppt
Lookup and PIVOT.ppt
 
Ms excel
Ms excelMs excel
Ms excel
 
Ms excel commands
Ms excel commandsMs excel commands
Ms excel commands
 
1.2 Zep Excel.pptx
1.2 Zep Excel.pptx1.2 Zep Excel.pptx
1.2 Zep Excel.pptx
 
Introduction to Oracle Functions--(SQL)--Abhishek Sharma
Introduction to Oracle Functions--(SQL)--Abhishek SharmaIntroduction to Oracle Functions--(SQL)--Abhishek Sharma
Introduction to Oracle Functions--(SQL)--Abhishek Sharma
 
Ben Finkel- Using the order by clause.pptx
Ben Finkel- Using the order by clause.pptxBen Finkel- Using the order by clause.pptx
Ben Finkel- Using the order by clause.pptx
 
Introduction to oracle functions
Introduction to oracle functionsIntroduction to oracle functions
Introduction to oracle functions
 
Advanced Excel Courses Mumbai
Advanced Excel Courses MumbaiAdvanced Excel Courses Mumbai
Advanced Excel Courses Mumbai
 
Using excel functions
Using excel functions Using excel functions
Using excel functions
 
Bt0075 rdbms with mysql 2
Bt0075 rdbms with mysql 2Bt0075 rdbms with mysql 2
Bt0075 rdbms with mysql 2
 
MergeResult_2024_02_09_08_59_11.pptx
MergeResult_2024_02_09_08_59_11.pptxMergeResult_2024_02_09_08_59_11.pptx
MergeResult_2024_02_09_08_59_11.pptx
 
Advanced Excel ppt
Advanced Excel pptAdvanced Excel ppt
Advanced Excel ppt
 
Get more from excel
Get more from excelGet more from excel
Get more from excel
 
Advanced Excel formulas, v look up, count, count if, pivot tables, filters
Advanced Excel formulas, v look up, count, count if, pivot tables, filters Advanced Excel formulas, v look up, count, count if, pivot tables, filters
Advanced Excel formulas, v look up, count, count if, pivot tables, filters
 

Más de Maria Elena Acdol-Talavera (6)

How To Manage Projects Using Trello - Marelen Talavera - Vivacious Analytic
How To Manage Projects Using Trello - Marelen Talavera - Vivacious AnalyticHow To Manage Projects Using Trello - Marelen Talavera - Vivacious Analytic
How To Manage Projects Using Trello - Marelen Talavera - Vivacious Analytic
 
How To Create A Pivot Table In MS Excel - Marelen Talavera - Vivacious Analytic
How To Create A Pivot Table In MS Excel - Marelen Talavera - Vivacious AnalyticHow To Create A Pivot Table In MS Excel - Marelen Talavera - Vivacious Analytic
How To Create A Pivot Table In MS Excel - Marelen Talavera - Vivacious Analytic
 
SumIf Function - Marelen Talavera - Vivacious Analytic
SumIf Function - Marelen Talavera - Vivacious AnalyticSumIf Function - Marelen Talavera - Vivacious Analytic
SumIf Function - Marelen Talavera - Vivacious Analytic
 
CountIf Function - Marelen Talavera - Vivacious Analytic
CountIf Function - Marelen Talavera - Vivacious AnalyticCountIf Function - Marelen Talavera - Vivacious Analytic
CountIf Function - Marelen Talavera - Vivacious Analytic
 
Data Validation - Marelen Talavera - Vivacious Analytic
Data Validation - Marelen Talavera - Vivacious AnalyticData Validation - Marelen Talavera - Vivacious Analytic
Data Validation - Marelen Talavera - Vivacious Analytic
 
Introduction to MS Excel - Marelen Talavera - Vivacious Analytic
Introduction to MS Excel - Marelen Talavera - Vivacious AnalyticIntroduction to MS Excel - Marelen Talavera - Vivacious Analytic
Introduction to MS Excel - Marelen Talavera - Vivacious Analytic
 

Último

Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Último (20)

Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 

VLOOKUP Function - Marelen Talavera - Vivacious Analytic