Articles → EXCEL → Vlookup In Excel
Vlookup In Excel
Software Requirement
Technical Knowledge
What Is A Table Array?
Click to Enlarge
What Is Vlookup Function?
Syntax
VLOOKUP( value, table_array, index_number, [not_exact_match] )
- Value - value to search in the first column of the table array.
- Table array - range of cells in excel which represents data in tabular form (as mentioned in the section above)
- Index number – Column number in table array from which matching value must be returned.
- Range look up - A logical value that specifies whether you want VLOOKUP to find an exact match or an approximate match.
Example 1
Click to Enlarge
- First of all select any 2 cells in the excel file. For this example I am using A11 and B11.
- Go to B11 and write the following formula
=VLOOKUP(A11,A3:B7,2,FALSE)
Click to Enlarge
Click to Enlarge
Example 2
Click to Enlarge
Click to Enlarge
Example 3
Click to Enlarge
Click to Enlarge
=VLOOKUP(N3,Grades,2,TRUE)
Click to Enlarge