Assignment no.7 Use of vlook formula in exvel

 VLOOKUP

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:=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

                                      Step 1:LOOKUP VALUE                           

The lookup value Select the cell where you want the result to be and start the VLOOKUP formula by typing:


STEP 2 : Table array

 Now Excel asks you to write the second argument into the VLOOKUP function: the table_array.

This range must contain both the column you’re looking in and the column you want to return something from.



Step 3: Column index number


The third argument of the VLOOKUP syntax is the col_index_num (column index number).

The column index number tells VLOOKUP which of the columns in the table array (from step 2) you want to return a value from.

Step 4: Exact match or approximate match

The fourth argument of the VLOOKUP function is the range_lookup which decides the lookup “mode”.

Most of the time you’ll need to use “exact match mode”. Unfortunately, this is not the default, so you need to let Excel know this with the range lookup argument.

The exact match means the VLOOKUP function will look for exact values exclusively, but it’s important to note that VLOOKUP is not case-sensitive.

RESULT :

Comments

Popular posts from this blog

Assignment no.4 Filtering in ms excel

Assignment no.3 Data validation in excel