SlideShare a Scribd company logo
+
Microsoft Excel
An introduction to lookup function
Presentation by Vinod V Menon
+
Topics covered
 LOOKUP
 VLOOKUP
 HLOOKUP
Wednesday, May 25, 2011
An introduction to Microsoft Excel
+
What is Lookup?
 In Excel, the Lookup function returns a value from a range (one row or
one column) or from an array.
 Lookup is the simple function to return the value from a specific range.
 This function looks for a piece of information in a list, and then picks an
item from a second range of cells.
 =LOOKUP(WhatToLookFor,RangeToLookIn,RangeToPickFrom)
 The WhatToLookFor should be a single item.
 The RangeToLook in can be either horizontal or vertical.
 The RangeToPickFrom must have the same number of cells in it as the
RangeToLookin.
 Be careful not to include unnecessary heading in the ranges as these will
cause errors.
Wednesday, May 25, 2011
An introduction to Microsoft Excel
+ Consider the table below
 How to find the value of Eric for Feb?
 Formula: =LOOKUP(“Eric”,D4:G10,F4:F10)
 OR =LOOKUP(D8,D4:G10,F4:F10)
 Answer: 120
Wednesday, May 25, 2011
An introduction to Microsoft Excel
D E F G
3 Name Jan Feb Mar
4 Alan 10 80 97
5 Bob 20 90 69
6 Carol 30 100 45
7 David 40 110 51
8 Eric 50 120 77
9 Francis 60 130 28
10 Gail 70 140 73
+
Lookup - Example
Wednesday, May 25, 2011
An introduction to Microsoft Excel
Do you know? Microsoft originally marketed a spreadsheet program
called Multiplan in 1982! Excel came out in 1985 – for MAC and in 1987
for Windows. Until then, world used only one software – Lotus 123
+
What is lookup (Array)?
 This function looks for a piece of information in a list, and then
picks an item from the last cell in the adjacent row or column.
 Formula: =LOOKUP(F12,D4:G10) OR LOOKUP(“Eric”,D4:G10)
Wednesday, May 25, 2011
An introduction to Microsoft Excel
+ What is Vlookup?
 This function scans down the row headings at the side of a table to find a
specified item.
 When the item is found, it then scans across to pick a cell entry.
 '=VLOOKUP(ItemToFind,RangeToLookIn,ColumnToPickFrom,SortedOrUns
orted)
 The ItemToFind is a single item specified by the user.
 The RangeToLookIn is the range of data with the row headings at the left
hand side.
 The ColumnToPickFrom is how far across the table the function should
look to pick from.
 The Sorted/Unsorted is whether the column headings are sorted. TRUE for
yes, FALSE for no.
Wednesday, May 25, 2011
An introduction to Microsoft Excel
+ Consider the same example
 Find the value of Eric for Feb?
 =VLOOKUP(“Eric”,D3:G10,3,0) OR VLOOKUP(D8,D3:G10,3,0)
 We put “Zero” to inform computer that we require the exact value
 We put “one” to inform the computer that we require approximate
value (nearest)
 Answer is 120
Wednesday, May 25, 2011
An introduction to Microsoft Excel
D E F G
3 Name Jan Feb Mar
4 Alan 10 80 97
5 Bob 20 90 69
6 Carol 30 100 45
7 David 40 110 51
8 Eric 50 120 77
9 Francis 60 130 28
10 Gail 70 140 73
+
VLOOKUP - example
Wednesday, May 25, 2011
An introduction to Microsoft Excel
Do you know? In a Excel 2007 Table, there are 16,000 Possible Columns and 1
Million possible Rows, that makes a total of 16,000,000,000 (16 Billion) Entries per
table!
+
What is Hlookup?
 This function scans across the column headings at the top of a table to
find a specified item. When the item is found, it then scans down the
column to pick a cell entry.

=HLOOKUP(ItemToFind,RangeToLookIn,RowToPickFrom,SortedOrUnsort
ed)
 The ItemToFind is a single item specified by the user.
 The RangeToLookIn is the range of data with the column headings at the
top.
 The RowToPickFrom is how far down the column the function should look
to pick from.
 The Sorted/Unsorted is whether the column headings are sorted. TRUE
(or 1) for yes, FALSE (or 0) for no.
Wednesday, May 25, 2011
An introduction to Microsoft Excel
+ Consider same table – horizontally plotted:
 Find the value of Eric for Mar?
 =HLOOKUP(E18,C18:H21,4,0) OR
 =HLOOKUP(“Eric”,C18:H21,4,0)
 Answer is 69
Wednesday, May 25, 2011
An introduction to Microsoft Excel
C D E F G H
18 Bob Eric Alan Carol David
19 Jan 10 20 30 40 50
20 Feb 80 90 100 110 120
21 Mar 97 69 45 51 77
+
Hlookup - example
Wednesday, May 25, 2011
An introduction to Microsoft Excel
Open Office is a free and open alternative to Microsoft Office! This
is developed by Sun Microsystems. Try it out at
http://www.openoffice.org/
+
Learn Excel!
Wednesday, May 25, 2011
An introduction to Microsoft Excel
This excel worksheet will help you to understand basic formulas and
tricks in Excel.
Funny facts: Microsoft threatened 17 year old Mike Rowe with a lawsuit after the
young man launched a website named MikeRoweSoft.com
+
Thank you
Wednesday, May 25, 2011
An introduction to Microsoft Excel
Any
Questions?

More Related Content

Similar to presentation1-13063213386577-phpapp01-110525060514-phpapp01.pdf

VLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious AnalyticVLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious Analytic
Maria Elena Acdol-Talavera
 
Bca ii dfs u-2 linklist,stack,queue
Bca ii  dfs u-2 linklist,stack,queueBca ii  dfs u-2 linklist,stack,queue
Bca ii dfs u-2 linklist,stack,queue
Rai University
 
Bsc cs ii dfs u-2 linklist,stack,queue
Bsc cs ii  dfs u-2 linklist,stack,queueBsc cs ii  dfs u-2 linklist,stack,queue
Bsc cs ii dfs u-2 linklist,stack,queue
Rai University
 
Mca ii dfs u-3 linklist,stack,queue
Mca ii dfs u-3 linklist,stack,queueMca ii dfs u-3 linklist,stack,queue
Mca ii dfs u-3 linklist,stack,queue
Rai University
 
Data Structures_ Sorting & Searching
Data Structures_ Sorting & SearchingData Structures_ Sorting & Searching
Data Structures_ Sorting & Searching
ThenmozhiK5
 
DS - Unit 2 FINAL (2).pptx
DS - Unit 2 FINAL (2).pptxDS - Unit 2 FINAL (2).pptx
DS - Unit 2 FINAL (2).pptx
prakashvs7
 
Commonly used excel formulas
Commonly used excel formulasCommonly used excel formulas
Commonly used excel formulas
saladi330
 
Commonly used excel formulas
Commonly used excel formulasCommonly used excel formulas
Commonly used excel formulas
saladi330
 
Stacks, Queues, Deques
Stacks, Queues, DequesStacks, Queues, Deques
Stacks, Queues, Deques
A-Tech and Software Development
 
Stack converted
Stack convertedStack converted
Stack converted
irfanali108553
 
MODULE 5-Searching and-sorting
MODULE 5-Searching and-sortingMODULE 5-Searching and-sorting
MODULE 5-Searching and-sorting
nikshaikh786
 
Report in emerging technologies.pptx
Report in emerging technologies.pptxReport in emerging technologies.pptx
Report in emerging technologies.pptx
CHERRYTMARTIN
 
How to use vlookup in MS Excel
How to use vlookup in MS ExcelHow to use vlookup in MS Excel
How to use vlookup in MS Excel
Jaspal Singh
 
Lookup and PIVOT.ppt
Lookup and  PIVOT.pptLookup and  PIVOT.ppt
Lookup and PIVOT.ppt
CireneSimonSimbahan
 
VLOOKUP.pptx
VLOOKUP.pptxVLOOKUP.pptx
VLOOKUP.pptx
FrostyLava
 
Excel Formulas Functions 2007
Excel Formulas Functions 2007Excel Formulas Functions 2007
Excel Formulas Functions 2007
simply_coool
 
Searching and sorting
Searching  and sortingSearching  and sorting
Searching and sorting
PoojithaBollikonda
 
23 stacks-queues-deques
23 stacks-queues-deques23 stacks-queues-deques
23 stacks-queues-deques
Rishabh Jindal
 
Basics of excel for beginners
Basics of excel for beginnersBasics of excel for beginners
Basics of excel for beginners
Jitesh Khushalani
 
Vlookup - Excel Training
Vlookup - Excel TrainingVlookup - Excel Training
Vlookup - Excel Training
Yi Chiao Cheng
 

Similar to presentation1-13063213386577-phpapp01-110525060514-phpapp01.pdf (20)

VLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious AnalyticVLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious Analytic
 
Bca ii dfs u-2 linklist,stack,queue
Bca ii  dfs u-2 linklist,stack,queueBca ii  dfs u-2 linklist,stack,queue
Bca ii dfs u-2 linklist,stack,queue
 
Bsc cs ii dfs u-2 linklist,stack,queue
Bsc cs ii  dfs u-2 linklist,stack,queueBsc cs ii  dfs u-2 linklist,stack,queue
Bsc cs ii dfs u-2 linklist,stack,queue
 
Mca ii dfs u-3 linklist,stack,queue
Mca ii dfs u-3 linklist,stack,queueMca ii dfs u-3 linklist,stack,queue
Mca ii dfs u-3 linklist,stack,queue
 
Data Structures_ Sorting & Searching
Data Structures_ Sorting & SearchingData Structures_ Sorting & Searching
Data Structures_ Sorting & Searching
 
DS - Unit 2 FINAL (2).pptx
DS - Unit 2 FINAL (2).pptxDS - Unit 2 FINAL (2).pptx
DS - Unit 2 FINAL (2).pptx
 
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
 
Stacks, Queues, Deques
Stacks, Queues, DequesStacks, Queues, Deques
Stacks, Queues, Deques
 
Stack converted
Stack convertedStack converted
Stack converted
 
MODULE 5-Searching and-sorting
MODULE 5-Searching and-sortingMODULE 5-Searching and-sorting
MODULE 5-Searching and-sorting
 
Report in emerging technologies.pptx
Report in emerging technologies.pptxReport in emerging technologies.pptx
Report in emerging technologies.pptx
 
How to use vlookup in MS Excel
How to use vlookup in MS ExcelHow to use vlookup in MS Excel
How to use vlookup in MS Excel
 
Lookup and PIVOT.ppt
Lookup and  PIVOT.pptLookup and  PIVOT.ppt
Lookup and PIVOT.ppt
 
VLOOKUP.pptx
VLOOKUP.pptxVLOOKUP.pptx
VLOOKUP.pptx
 
Excel Formulas Functions 2007
Excel Formulas Functions 2007Excel Formulas Functions 2007
Excel Formulas Functions 2007
 
Searching and sorting
Searching  and sortingSearching  and sorting
Searching and sorting
 
23 stacks-queues-deques
23 stacks-queues-deques23 stacks-queues-deques
23 stacks-queues-deques
 
Basics of excel for beginners
Basics of excel for beginnersBasics of excel for beginners
Basics of excel for beginners
 
Vlookup - Excel Training
Vlookup - Excel TrainingVlookup - Excel Training
Vlookup - Excel Training
 

Recently uploaded

23. Certificate of Appreciation Ramanji.
23. Certificate of Appreciation Ramanji.23. Certificate of Appreciation Ramanji.
23. Certificate of Appreciation Ramanji.
Manu Mitra
 
欧洲杯足彩-欧洲杯足彩投注网-欧洲杯足彩投注网站|【​网址​🎉ac123.net🎉​】
欧洲杯足彩-欧洲杯足彩投注网-欧洲杯足彩投注网站|【​网址​🎉ac123.net🎉​】欧洲杯足彩-欧洲杯足彩投注网-欧洲杯足彩投注网站|【​网址​🎉ac123.net🎉​】
欧洲杯足彩-欧洲杯足彩投注网-欧洲杯足彩投注网站|【​网址​🎉ac123.net🎉​】
ahmedendrise81
 
一比一原版坎特伯雷大学毕业证(UC毕业证书)学历如何办理
一比一原版坎特伯雷大学毕业证(UC毕业证书)学历如何办理一比一原版坎特伯雷大学毕业证(UC毕业证书)学历如何办理
一比一原版坎特伯雷大学毕业证(UC毕业证书)学历如何办理
cenaws
 
一比一原版英国伦敦南岸大学毕业证(LSBU学位证)如何办理
一比一原版英国伦敦南岸大学毕业证(LSBU学位证)如何办理一比一原版英国伦敦南岸大学毕业证(LSBU学位证)如何办理
一比一原版英国伦敦南岸大学毕业证(LSBU学位证)如何办理
zqgk8x
 
欧洲杯足彩-欧洲杯足彩买球平台-正规欧洲杯足彩买球平台|【​网址​🎉ac99.net🎉​】
欧洲杯足彩-欧洲杯足彩买球平台-正规欧洲杯足彩买球平台|【​网址​🎉ac99.net🎉​】欧洲杯足彩-欧洲杯足彩买球平台-正规欧洲杯足彩买球平台|【​网址​🎉ac99.net🎉​】
欧洲杯足彩-欧洲杯足彩买球平台-正规欧洲杯足彩买球平台|【​网址​🎉ac99.net🎉​】
brunasordi905
 
一比一原版(uwm毕业证书)美国威斯康星大学密尔沃基分校毕业证如何办理
一比一原版(uwm毕业证书)美国威斯康星大学密尔沃基分校毕业证如何办理一比一原版(uwm毕业证书)美国威斯康星大学密尔沃基分校毕业证如何办理
一比一原版(uwm毕业证书)美国威斯康星大学密尔沃基分校毕业证如何办理
aweuwyo
 
一比一原版(dmu毕业证书)英国德蒙福特大学毕业证如何办理
一比一原版(dmu毕业证书)英国德蒙福特大学毕业证如何办理一比一原版(dmu毕业证书)英国德蒙福特大学毕业证如何办理
一比一原版(dmu毕业证书)英国德蒙福特大学毕业证如何办理
uhynup
 
PAC_Orientation_Package.ppt Post abortion care Post abortion care Post a...
PAC_Orientation_Package.ppt  Post abortion care  Post abortion care    Post a...PAC_Orientation_Package.ppt  Post abortion care  Post abortion care    Post a...
PAC_Orientation_Package.ppt Post abortion care Post abortion care Post a...
Addis53
 
Federalism-invert.pdf. S s s. S. S s s s s s s s
Federalism-invert.pdf.             S s s. S. S s s s s s s sFederalism-invert.pdf.             S s s. S. S s s s s s s s
Federalism-invert.pdf. S s s. S. S s s s s s s s
rankawatf
 
欧洲杯外围-欧洲杯外围赛程-欧洲杯外围压注|【​网址​🎉ac99.net🎉​】
欧洲杯外围-欧洲杯外围赛程-欧洲杯外围压注|【​网址​🎉ac99.net🎉​】欧洲杯外围-欧洲杯外围赛程-欧洲杯外围压注|【​网址​🎉ac99.net🎉​】
欧洲杯外围-欧洲杯外围赛程-欧洲杯外围压注|【​网址​🎉ac99.net🎉​】
karimimorine448
 
一比一原版(kcl毕业证书)英国金斯顿大学毕业证如何办理
一比一原版(kcl毕业证书)英国金斯顿大学毕业证如何办理一比一原版(kcl毕业证书)英国金斯顿大学毕业证如何办理
一比一原版(kcl毕业证书)英国金斯顿大学毕业证如何办理
zukou
 
欧洲杯投注-欧洲杯投注投注官方网站-欧洲杯投注买球投注官网|【​网址​🎉ac99.net🎉​】
欧洲杯投注-欧洲杯投注投注官方网站-欧洲杯投注买球投注官网|【​网址​🎉ac99.net🎉​】欧洲杯投注-欧洲杯投注投注官方网站-欧洲杯投注买球投注官网|【​网址​🎉ac99.net🎉​】
欧洲杯投注-欧洲杯投注投注官方网站-欧洲杯投注买球投注官网|【​网址​🎉ac99.net🎉​】
mukeshomran942
 
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
ahmedendrise81
 
一比一原版(EUR毕业证)鹿特丹伊拉斯姆斯大学毕业证如何办理
一比一原版(EUR毕业证)鹿特丹伊拉斯姆斯大学毕业证如何办理一比一原版(EUR毕业证)鹿特丹伊拉斯姆斯大学毕业证如何办理
一比一原版(EUR毕业证)鹿特丹伊拉斯姆斯大学毕业证如何办理
nguqayx
 
Are College Degrees Necessary for everyone.pptx
Are College Degrees Necessary for everyone.pptxAre College Degrees Necessary for everyone.pptx
Are College Degrees Necessary for everyone.pptx
Kunal Kumar Gupta
 
Tara E Browne, DTM - Administrative Manager (Resume)
Tara E Browne, DTM - Administrative Manager (Resume)Tara E Browne, DTM - Administrative Manager (Resume)
Tara E Browne, DTM - Administrative Manager (Resume)
Tara E. Browne, DTM
 
在线办理(UOIT毕业证书)安大略省理工大学毕业证在读证明一模一样
在线办理(UOIT毕业证书)安大略省理工大学毕业证在读证明一模一样在线办理(UOIT毕业证书)安大略省理工大学毕业证在读证明一模一样
在线办理(UOIT毕业证书)安大略省理工大学毕业证在读证明一模一样
yhkox
 
Top Recruitment Agencies in Pakistan - Delta International Recruitment Agency
Top Recruitment Agencies in Pakistan -  Delta International Recruitment AgencyTop Recruitment Agencies in Pakistan -  Delta International Recruitment Agency
Top Recruitment Agencies in Pakistan - Delta International Recruitment Agency
Delta International Recruitment Agency
 
一比一原版(surrey毕业证书)英国萨里大学毕业证成绩单修改如何办理
一比一原版(surrey毕业证书)英国萨里大学毕业证成绩单修改如何办理一比一原版(surrey毕业证书)英国萨里大学毕业证成绩单修改如何办理
一比一原版(surrey毕业证书)英国萨里大学毕业证成绩单修改如何办理
gnokue
 
Section 79(A) of Maharashtra Societies act 1860
Section 79(A) of Maharashtra Societies act 1860Section 79(A) of Maharashtra Societies act 1860
Section 79(A) of Maharashtra Societies act 1860
ManmohanJindal1
 

Recently uploaded (20)

23. Certificate of Appreciation Ramanji.
23. Certificate of Appreciation Ramanji.23. Certificate of Appreciation Ramanji.
23. Certificate of Appreciation Ramanji.
 
欧洲杯足彩-欧洲杯足彩投注网-欧洲杯足彩投注网站|【​网址​🎉ac123.net🎉​】
欧洲杯足彩-欧洲杯足彩投注网-欧洲杯足彩投注网站|【​网址​🎉ac123.net🎉​】欧洲杯足彩-欧洲杯足彩投注网-欧洲杯足彩投注网站|【​网址​🎉ac123.net🎉​】
欧洲杯足彩-欧洲杯足彩投注网-欧洲杯足彩投注网站|【​网址​🎉ac123.net🎉​】
 
一比一原版坎特伯雷大学毕业证(UC毕业证书)学历如何办理
一比一原版坎特伯雷大学毕业证(UC毕业证书)学历如何办理一比一原版坎特伯雷大学毕业证(UC毕业证书)学历如何办理
一比一原版坎特伯雷大学毕业证(UC毕业证书)学历如何办理
 
一比一原版英国伦敦南岸大学毕业证(LSBU学位证)如何办理
一比一原版英国伦敦南岸大学毕业证(LSBU学位证)如何办理一比一原版英国伦敦南岸大学毕业证(LSBU学位证)如何办理
一比一原版英国伦敦南岸大学毕业证(LSBU学位证)如何办理
 
欧洲杯足彩-欧洲杯足彩买球平台-正规欧洲杯足彩买球平台|【​网址​🎉ac99.net🎉​】
欧洲杯足彩-欧洲杯足彩买球平台-正规欧洲杯足彩买球平台|【​网址​🎉ac99.net🎉​】欧洲杯足彩-欧洲杯足彩买球平台-正规欧洲杯足彩买球平台|【​网址​🎉ac99.net🎉​】
欧洲杯足彩-欧洲杯足彩买球平台-正规欧洲杯足彩买球平台|【​网址​🎉ac99.net🎉​】
 
一比一原版(uwm毕业证书)美国威斯康星大学密尔沃基分校毕业证如何办理
一比一原版(uwm毕业证书)美国威斯康星大学密尔沃基分校毕业证如何办理一比一原版(uwm毕业证书)美国威斯康星大学密尔沃基分校毕业证如何办理
一比一原版(uwm毕业证书)美国威斯康星大学密尔沃基分校毕业证如何办理
 
一比一原版(dmu毕业证书)英国德蒙福特大学毕业证如何办理
一比一原版(dmu毕业证书)英国德蒙福特大学毕业证如何办理一比一原版(dmu毕业证书)英国德蒙福特大学毕业证如何办理
一比一原版(dmu毕业证书)英国德蒙福特大学毕业证如何办理
 
PAC_Orientation_Package.ppt Post abortion care Post abortion care Post a...
PAC_Orientation_Package.ppt  Post abortion care  Post abortion care    Post a...PAC_Orientation_Package.ppt  Post abortion care  Post abortion care    Post a...
PAC_Orientation_Package.ppt Post abortion care Post abortion care Post a...
 
Federalism-invert.pdf. S s s. S. S s s s s s s s
Federalism-invert.pdf.             S s s. S. S s s s s s s sFederalism-invert.pdf.             S s s. S. S s s s s s s s
Federalism-invert.pdf. S s s. S. S s s s s s s s
 
欧洲杯外围-欧洲杯外围赛程-欧洲杯外围压注|【​网址​🎉ac99.net🎉​】
欧洲杯外围-欧洲杯外围赛程-欧洲杯外围压注|【​网址​🎉ac99.net🎉​】欧洲杯外围-欧洲杯外围赛程-欧洲杯外围压注|【​网址​🎉ac99.net🎉​】
欧洲杯外围-欧洲杯外围赛程-欧洲杯外围压注|【​网址​🎉ac99.net🎉​】
 
一比一原版(kcl毕业证书)英国金斯顿大学毕业证如何办理
一比一原版(kcl毕业证书)英国金斯顿大学毕业证如何办理一比一原版(kcl毕业证书)英国金斯顿大学毕业证如何办理
一比一原版(kcl毕业证书)英国金斯顿大学毕业证如何办理
 
欧洲杯投注-欧洲杯投注投注官方网站-欧洲杯投注买球投注官网|【​网址​🎉ac99.net🎉​】
欧洲杯投注-欧洲杯投注投注官方网站-欧洲杯投注买球投注官网|【​网址​🎉ac99.net🎉​】欧洲杯投注-欧洲杯投注投注官方网站-欧洲杯投注买球投注官网|【​网址​🎉ac99.net🎉​】
欧洲杯投注-欧洲杯投注投注官方网站-欧洲杯投注买球投注官网|【​网址​🎉ac99.net🎉​】
 
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
欧洲杯买球-欧洲杯买球买球推荐-欧洲杯买球买球推荐网站|【​网址​🎉ac10.net🎉​】
 
一比一原版(EUR毕业证)鹿特丹伊拉斯姆斯大学毕业证如何办理
一比一原版(EUR毕业证)鹿特丹伊拉斯姆斯大学毕业证如何办理一比一原版(EUR毕业证)鹿特丹伊拉斯姆斯大学毕业证如何办理
一比一原版(EUR毕业证)鹿特丹伊拉斯姆斯大学毕业证如何办理
 
Are College Degrees Necessary for everyone.pptx
Are College Degrees Necessary for everyone.pptxAre College Degrees Necessary for everyone.pptx
Are College Degrees Necessary for everyone.pptx
 
Tara E Browne, DTM - Administrative Manager (Resume)
Tara E Browne, DTM - Administrative Manager (Resume)Tara E Browne, DTM - Administrative Manager (Resume)
Tara E Browne, DTM - Administrative Manager (Resume)
 
在线办理(UOIT毕业证书)安大略省理工大学毕业证在读证明一模一样
在线办理(UOIT毕业证书)安大略省理工大学毕业证在读证明一模一样在线办理(UOIT毕业证书)安大略省理工大学毕业证在读证明一模一样
在线办理(UOIT毕业证书)安大略省理工大学毕业证在读证明一模一样
 
Top Recruitment Agencies in Pakistan - Delta International Recruitment Agency
Top Recruitment Agencies in Pakistan -  Delta International Recruitment AgencyTop Recruitment Agencies in Pakistan -  Delta International Recruitment Agency
Top Recruitment Agencies in Pakistan - Delta International Recruitment Agency
 
一比一原版(surrey毕业证书)英国萨里大学毕业证成绩单修改如何办理
一比一原版(surrey毕业证书)英国萨里大学毕业证成绩单修改如何办理一比一原版(surrey毕业证书)英国萨里大学毕业证成绩单修改如何办理
一比一原版(surrey毕业证书)英国萨里大学毕业证成绩单修改如何办理
 
Section 79(A) of Maharashtra Societies act 1860
Section 79(A) of Maharashtra Societies act 1860Section 79(A) of Maharashtra Societies act 1860
Section 79(A) of Maharashtra Societies act 1860
 

presentation1-13063213386577-phpapp01-110525060514-phpapp01.pdf

  • 1. + Microsoft Excel An introduction to lookup function Presentation by Vinod V Menon
  • 2. + Topics covered  LOOKUP  VLOOKUP  HLOOKUP Wednesday, May 25, 2011 An introduction to Microsoft Excel
  • 3. + What is Lookup?  In Excel, the Lookup function returns a value from a range (one row or one column) or from an array.  Lookup is the simple function to return the value from a specific range.  This function looks for a piece of information in a list, and then picks an item from a second range of cells.  =LOOKUP(WhatToLookFor,RangeToLookIn,RangeToPickFrom)  The WhatToLookFor should be a single item.  The RangeToLook in can be either horizontal or vertical.  The RangeToPickFrom must have the same number of cells in it as the RangeToLookin.  Be careful not to include unnecessary heading in the ranges as these will cause errors. Wednesday, May 25, 2011 An introduction to Microsoft Excel
  • 4. + Consider the table below  How to find the value of Eric for Feb?  Formula: =LOOKUP(“Eric”,D4:G10,F4:F10)  OR =LOOKUP(D8,D4:G10,F4:F10)  Answer: 120 Wednesday, May 25, 2011 An introduction to Microsoft Excel D E F G 3 Name Jan Feb Mar 4 Alan 10 80 97 5 Bob 20 90 69 6 Carol 30 100 45 7 David 40 110 51 8 Eric 50 120 77 9 Francis 60 130 28 10 Gail 70 140 73
  • 5. + Lookup - Example Wednesday, May 25, 2011 An introduction to Microsoft Excel Do you know? Microsoft originally marketed a spreadsheet program called Multiplan in 1982! Excel came out in 1985 – for MAC and in 1987 for Windows. Until then, world used only one software – Lotus 123
  • 6. + What is lookup (Array)?  This function looks for a piece of information in a list, and then picks an item from the last cell in the adjacent row or column.  Formula: =LOOKUP(F12,D4:G10) OR LOOKUP(“Eric”,D4:G10) Wednesday, May 25, 2011 An introduction to Microsoft Excel
  • 7. + What is Vlookup?  This function scans down the row headings at the side of a table to find a specified item.  When the item is found, it then scans across to pick a cell entry.  '=VLOOKUP(ItemToFind,RangeToLookIn,ColumnToPickFrom,SortedOrUns orted)  The ItemToFind is a single item specified by the user.  The RangeToLookIn is the range of data with the row headings at the left hand side.  The ColumnToPickFrom is how far across the table the function should look to pick from.  The Sorted/Unsorted is whether the column headings are sorted. TRUE for yes, FALSE for no. Wednesday, May 25, 2011 An introduction to Microsoft Excel
  • 8. + Consider the same example  Find the value of Eric for Feb?  =VLOOKUP(“Eric”,D3:G10,3,0) OR VLOOKUP(D8,D3:G10,3,0)  We put “Zero” to inform computer that we require the exact value  We put “one” to inform the computer that we require approximate value (nearest)  Answer is 120 Wednesday, May 25, 2011 An introduction to Microsoft Excel D E F G 3 Name Jan Feb Mar 4 Alan 10 80 97 5 Bob 20 90 69 6 Carol 30 100 45 7 David 40 110 51 8 Eric 50 120 77 9 Francis 60 130 28 10 Gail 70 140 73
  • 9. + VLOOKUP - example Wednesday, May 25, 2011 An introduction to Microsoft Excel Do you know? In a Excel 2007 Table, there are 16,000 Possible Columns and 1 Million possible Rows, that makes a total of 16,000,000,000 (16 Billion) Entries per table!
  • 10. + What is Hlookup?  This function scans across the column headings at the top of a table to find a specified item. When the item is found, it then scans down the column to pick a cell entry.  =HLOOKUP(ItemToFind,RangeToLookIn,RowToPickFrom,SortedOrUnsort ed)  The ItemToFind is a single item specified by the user.  The RangeToLookIn is the range of data with the column headings at the top.  The RowToPickFrom is how far down the column the function should look to pick from.  The Sorted/Unsorted is whether the column headings are sorted. TRUE (or 1) for yes, FALSE (or 0) for no. Wednesday, May 25, 2011 An introduction to Microsoft Excel
  • 11. + Consider same table – horizontally plotted:  Find the value of Eric for Mar?  =HLOOKUP(E18,C18:H21,4,0) OR  =HLOOKUP(“Eric”,C18:H21,4,0)  Answer is 69 Wednesday, May 25, 2011 An introduction to Microsoft Excel C D E F G H 18 Bob Eric Alan Carol David 19 Jan 10 20 30 40 50 20 Feb 80 90 100 110 120 21 Mar 97 69 45 51 77
  • 12. + Hlookup - example Wednesday, May 25, 2011 An introduction to Microsoft Excel Open Office is a free and open alternative to Microsoft Office! This is developed by Sun Microsystems. Try it out at http://www.openoffice.org/
  • 13. + Learn Excel! Wednesday, May 25, 2011 An introduction to Microsoft Excel This excel worksheet will help you to understand basic formulas and tricks in Excel. Funny facts: Microsoft threatened 17 year old Mike Rowe with a lawsuit after the young man launched a website named MikeRoweSoft.com
  • 14. + Thank you Wednesday, May 25, 2011 An introduction to Microsoft Excel Any Questions?