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)





STEPS:

  1. Identify which is the value that you want to use (finding the lookup value)


  2. Understand for which data to perform the VLOOKUP (selecting the table array)
  3. Select which info you wish to retrieve 
  4. Determine if you need to use an exact or approximate match (setting the match type)

OUTPUT: 







Comments

Popular posts from this blog

ASSIGNMENT NO.5

ASSIGNMENT NO.1

ASSIGNMENT NO.2