assignment 6
USE OF VLOOKUP IN EXCEL
VLOOKUP works by searching down the first column of a table to find a match. Once it locates that match, it retrieves data from the specified column of the same row.
FORMULA OF VLOOKUP
=VLOOKUP(lookup_value,table_array,column_index,range_lookup)



Comments
Post a Comment