SlideShare ist ein Scribd-Unternehmen logo
1 von 171
Downloaden Sie, um offline zu lesen
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.

Weitere ähnliche Inhalte

Was ist angesagt?

Creating a vlookup v1.0 050813
Creating a vlookup v1.0 050813Creating a vlookup v1.0 050813
Creating a vlookup v1.0 050813Dave Shannon
 
Using vlookup in excel
Using vlookup in excelUsing vlookup in excel
Using vlookup in excelmegankilb
 
Vlookup Description
Vlookup DescriptionVlookup Description
Vlookup DescriptionVijay Perepa
 
Data Structure and Algorithms Linked List
Data Structure and Algorithms Linked ListData Structure and Algorithms Linked List
Data Structure and Algorithms Linked ListManishPrajapati78
 
Advanced Filter in Excel
Advanced Filter in ExcelAdvanced Filter in Excel
Advanced Filter in Exceldinesh takyar
 
List Data Structure
List Data StructureList Data Structure
List Data StructureZidny Nafan
 
Excel SUMIFS Function
Excel SUMIFS FunctionExcel SUMIFS Function
Excel SUMIFS FunctionExcel
 
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 ithayat25in
 
SQL practice questions set - 2
SQL practice questions set - 2SQL practice questions set - 2
SQL practice questions set - 2Mohd Tousif
 
Data Structures - Lecture 9 [Stack & Queue using Linked List]
 Data Structures - Lecture 9 [Stack & Queue using Linked List] Data Structures - Lecture 9 [Stack & Queue using Linked List]
Data Structures - Lecture 9 [Stack & Queue using Linked List]Muhammad Hammad Waseem
 
Subqueries -Oracle DataBase
Subqueries -Oracle DataBaseSubqueries -Oracle DataBase
Subqueries -Oracle DataBaseSalman Memon
 
Logical functions in excel
Logical functions in excelLogical functions in excel
Logical functions in excelsujum
 
22-excel-basics-15511.ppt
22-excel-basics-15511.ppt22-excel-basics-15511.ppt
22-excel-basics-15511.ppt20ArnavKumar8F
 

Was ist angesagt? (20)

Creating a vlookup v1.0 050813
Creating a vlookup v1.0 050813Creating a vlookup v1.0 050813
Creating a vlookup v1.0 050813
 
USING VLOOKUP FUNCTION
USING VLOOKUP FUNCTIONUSING VLOOKUP FUNCTION
USING VLOOKUP FUNCTION
 
Using vlookup in excel
Using vlookup in excelUsing vlookup in excel
Using vlookup in excel
 
Advance excel
Advance excelAdvance excel
Advance excel
 
Look up functions
Look up functionsLook up functions
Look up functions
 
Vlookup Description
Vlookup DescriptionVlookup Description
Vlookup Description
 
Data Structure and Algorithms Linked List
Data Structure and Algorithms Linked ListData Structure and Algorithms Linked List
Data Structure and Algorithms Linked List
 
Advanced Filter in Excel
Advanced Filter in ExcelAdvanced Filter in Excel
Advanced Filter in Excel
 
Link list
Link listLink list
Link list
 
List Data Structure
List Data StructureList Data Structure
List Data Structure
 
Excel SUMIFS Function
Excel SUMIFS FunctionExcel SUMIFS Function
Excel SUMIFS Function
 
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
 
Intermediate Excel
Intermediate Excel Intermediate Excel
Intermediate Excel
 
SQL practice questions set - 2
SQL practice questions set - 2SQL practice questions set - 2
SQL practice questions set - 2
 
Data structure by Digvijay
Data structure by DigvijayData structure by Digvijay
Data structure by Digvijay
 
Excel Pivot Tables
Excel Pivot TablesExcel Pivot Tables
Excel Pivot Tables
 
Data Structures - Lecture 9 [Stack & Queue using Linked List]
 Data Structures - Lecture 9 [Stack & Queue using Linked List] Data Structures - Lecture 9 [Stack & Queue using Linked List]
Data Structures - Lecture 9 [Stack & Queue using Linked List]
 
Subqueries -Oracle DataBase
Subqueries -Oracle DataBaseSubqueries -Oracle DataBase
Subqueries -Oracle DataBase
 
Logical functions in excel
Logical functions in excelLogical functions in excel
Logical functions in excel
 
22-excel-basics-15511.ppt
22-excel-basics-15511.ppt22-excel-basics-15511.ppt
22-excel-basics-15511.ppt
 

Ähnlich wie VLOOKUP Function - Marelen Talavera - Vivacious Analytic

Commonly used excel formulas
Commonly used excel formulasCommonly used excel formulas
Commonly used excel formulassaladi330
 
Commonly used excel formulas
Commonly used excel formulasCommonly used excel formulas
Commonly used excel formulassaladi330
 
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.pptxtaiwooloyede49
 
Training excel
Training  excelTraining  excel
Training excelRavi Rai
 
Ms excel commands
Ms excel commandsMs excel commands
Ms excel commandsDiyaVerma14
 
1.2 Zep Excel.pptx
1.2 Zep Excel.pptx1.2 Zep Excel.pptx
1.2 Zep Excel.pptxPizzaM
 
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.pptxStephenEfange3
 
Introduction to oracle functions
Introduction to oracle functionsIntroduction to oracle functions
Introduction to oracle functionsNitesh Singh
 
Advanced Excel Courses Mumbai
Advanced Excel Courses MumbaiAdvanced Excel Courses Mumbai
Advanced Excel Courses MumbaiFaiyaz Khairaz
 
Using excel functions
Using excel functions Using excel functions
Using excel functions Yusif mzafar
 
Bt0075 rdbms with mysql 2
Bt0075 rdbms with mysql 2Bt0075 rdbms with mysql 2
Bt0075 rdbms with mysql 2Techglyphs
 
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.pptxKrishnansuSenapati
 
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 DevadattaSai Cheedella
 

Ähnlich wie 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
 
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
 
easyPy-Basic.pdf
easyPy-Basic.pdfeasyPy-Basic.pdf
easyPy-Basic.pdf
 

Mehr von Maria Elena Acdol-Talavera

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 AnalyticMaria Elena Acdol-Talavera
 
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 AnalyticMaria Elena Acdol-Talavera
 
SumIf Function - Marelen Talavera - Vivacious Analytic
SumIf Function - Marelen Talavera - Vivacious AnalyticSumIf Function - Marelen Talavera - Vivacious Analytic
SumIf Function - Marelen Talavera - Vivacious AnalyticMaria Elena Acdol-Talavera
 
CountIf Function - Marelen Talavera - Vivacious Analytic
CountIf Function - Marelen Talavera - Vivacious AnalyticCountIf Function - Marelen Talavera - Vivacious Analytic
CountIf Function - Marelen Talavera - Vivacious AnalyticMaria Elena Acdol-Talavera
 
Data Validation - Marelen Talavera - Vivacious Analytic
Data Validation - Marelen Talavera - Vivacious AnalyticData Validation - Marelen Talavera - Vivacious Analytic
Data Validation - Marelen Talavera - Vivacious AnalyticMaria Elena Acdol-Talavera
 
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 AnalyticMaria Elena Acdol-Talavera
 

Mehr von 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
 

Kürzlich hochgeladen

Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
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.pptxMaritesTamaniVerdade
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxcallscotland1987
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxdhanalakshmis0310
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
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.christianmathematics
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
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 Delhikauryashika82
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 

Kürzlich hochgeladen (20)

Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
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
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
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.
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
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
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 

VLOOKUP Function - Marelen Talavera - Vivacious Analytic