0% found this document useful (0 votes)
2 views

CS 16

Uploaded by

Bhoomi Jindal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

CS 16

Uploaded by

Bhoomi Jindal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

ASSIGNMENT-16

VLOOKUP
In excel VLOOKUP and HLOOKUP are used to search a value in a table and
return a corresponding value from a different row or column.

VLOOKUP (Vertical LOOKUP)


VLOOKUP function searches for a value in the first column of a table and return
a value from a specified column in the same row.
SYNTAX: =VLOOKUP(look-up value, table_array, column_index_num
,[range_lookup])
 Look_up value- The value you want to search.
 Table_array- The range of cells that contains data.
 Column_index_num- The column number in the table from which to
retreat the value.
 Range_lookup (optional)- Two conditions:
 TRUE- Approximate match / FALSE- Exact match

56
CHARU SINGHAL 05514788823
Q.DISPLAY THE SALARY FOR EMPLOYEE S.NO-(4)
FORMULA APPLIED: =VLOOKUP(A5,A1:E6,5,FALSE)

Q. FIND THE SALARY OF EMPLOYEE NAME “RADHA”


FORMULA APPLIED: =VLOOKUP(B4,B1:E6,4,FALSE)

57
CHARU SINGHAL 05514788823

You might also like