Excel VLOOKUP Function
A vlookup function is used to get information from large dataset organised in a table based on some criteria. It finds value in another table and provide value from the right of that table. Like in above example we want to get per day income in Table 2 from 1.
=VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup]
- Lookup_Value Which data have to look in first column (Saurav in Table 2, H5).
- Table_Array Where we will find our Lookup_(Value Table 1).
- Col_index_num Column number from where we will get data.
- [Range_lookup] 0 for exact match and 1 for approximate match.
ff
ReplyDelete