Service
329 Points
Joined September 2007
Vlookup stands for vertical lookup & used to lookup a value from a tabular range. the syntax of Vlook up is :
=Vlookup(lookup_value, table_array, col_index_num,[Range_Lookup])
Lookup_Value : is the value which you want to look for.
Table_array : is the tabular area from which you want to lookup the value,
Col_index_num is the number of column (in which you want to lookup the value ) counting from the first column of table array.
Range lookup : here you should enter true when data is alphabetically arranged or false when data is not arranged.