Lookup Functions VLOOKUP and HLOOKUP
VLOOKUP VLOOKUP(lookup_value,table_array,c ol_index_num,range_lookup) Range_lookup argument If an exact match is needed, set range_lookup to False. If an exact match is not needed, set range_lookup to True
Setting up the Reference (input/table array) Area Index row/column must be in ascending order when range_lookup = True Subsequent rows/columns contain data The last entry should represent an open- ended bracket E.g.$0-$100020% $1001-$150018% more than $150016%
Example Applying VLOOKUP()