0% found this document useful (0 votes)
63 views3 pages

Chapter - 13 Microsoft Excel Lookup, Vlookup and Hlookup Function

The document is about using lookup functions like LOOKUP, VLOOKUP and HLOOKUP in Microsoft Excel. It contains sample data in a table with columns for student roll numbers, names, marks in different subjects. It demonstrates using the lookup functions to search for and return values from the table based on given criteria like roll number. The output shows the formula used in each case and the result returned by the lookup functions.

Uploaded by

Adarsh Jha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views3 pages

Chapter - 13 Microsoft Excel Lookup, Vlookup and Hlookup Function

The document is about using lookup functions like LOOKUP, VLOOKUP and HLOOKUP in Microsoft Excel. It contains sample data in a table with columns for student roll numbers, names, marks in different subjects. It demonstrates using the lookup functions to search for and return values from the table based on given criteria like roll number. The output shows the formula used in each case and the result returned by the lookup functions.

Uploaded by

Adarsh Jha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Address :- New Delhi Contact :- 8882880965

STP COMPUTER EDUCATION


The Best Quality of Software &Programming Computer Education
www.stpcomputereducation.com

SUBJECT :- MSICROSOFT OFFICE

Chapter - 13
Microsoft Excel
(Lookup, Vlookup and Hlookup Function)
A B C D E F G H
1 Roll No Name Hindi English Maths Science lookup
2 1 Amit 98 56 78 52 Roll No 3
3 2 Ankit 36 58 63 36 Name =LOOKUP(I2,A1:B11)
4 3 Payal 65 74 65 95 Hindi =LOOKUP(I2,A1:C11)
5 4 Mahima 95 52 95 96 English =LOOKUP(I2,A1:D11)
6 5 Dhram 68 36 68 63 Maths =LOOKUP(I2,A1:E11)
7 6 Khushi 45 95 48 63 Science =LOOKUP(I2,A1:F11)
8 7 Gautam 52 86 75 52 Vlookup
9 8 Sudhir 36 52 65 25 Roll No 4
10 9 Rajeev 96 65 56 96 Name =VLOOKUP(I9,A1:F11,2)
11 10 Shanti 25 35 12 69 Hindi =VLOOKUP(I9,A1:F11,3)
12 English =VLOOKUP(I9,A1:F11,4)
13 Maths =VLOOKUP(I9,A1:F11,5)
14 Roll No 1 2 3 4 5 6 Science =VLOOKUP(I9,A1:F11,6)
15 Name Amit Ankit Payal Mahima Dhram Khushi Hlookup
16 Hindi 98 36 65 95 68 45 Roll No 7
17 English 56 58 74 52 36 95 Name =HLOOKUP(I16,A14:G19,2)
18 Maths 78 63 65 95 68 48 Hindi =HLOOKUP(I16,A14:G19,3)
19 Science 52 36 95 96 63 63 English =HLOOKUP(I16,A14:G19,4)
20 Maths =HLOOKUP(I16,A14:G19,5)
21 Science =HLOOKUP(I16,A14:G19,6)
22
Formula Output & Return
A B C D E F G H
1 Roll No Name Hindi English Maths Science lookup
2 1 Amit 98 56 78 52 Roll No 3
3 2 Ankit 36 58 63 36 Name Payal
4 3 Payal 65 74 65 95 Hindi 65
5 4 Mahima 95 52 95 96 English 74
6 5 Dhram 68 36 68 63 Maths 65
7 6 Khushi 45 95 48 63 Science 95
8 7 Gautam 52 86 75 52 Vlookup
9 8 Sudhir 36 52 65 25 Roll No 4
10 9 Rajeev 96 65 56 96 Name Mahima
11 10 Shanti 25 35 12 69 Hindi 95
12 English 52
13 Maths 95
14 Roll No 1 2 3 4 5 6 Science 96
15 Name Amit Ankit Payal Mahima Dhram Khushi Hlookup
16 Hindi 98 36 65 95 68 45 Roll No 7
17 English 56 58 74 52 36 95 Name Khushi
18 Maths 78 63 65 95 68 48 Hindi 45
19 Science 52 36 95 96 63 63 English 95
20 Maths 48
21 Science 63
22

You might also like