Excel VLOOKUP Formula
In this blog, we will learn about VLOOKUP Formula in Excel
How to use VLOOKUP in Excel?
2. Then Press Ctrl + F
5. Lastly, the cursor will navigate and click on your name in order to know the answer
OR
How to apply VLOOKUP formula to find an answer in Excel?
To apply VLOOKUP Formula in Excel, follow the steps given below:
1. Write =vlookup and press the Tab Key
The VLOOKUP syntax has the following arguments:
1. value – The value to look for in the first column of a table.
2. table – The table from which to retrieve a value.
3. col_index – The column in the table from which to retrieve a value.
4. range_lookup – [optional] TRUE = approximate match (default). FALSE = exact match.
2. Select the cell from the table =VLOOKUP[N1,
3. Select the table array =VLOOKUP[N1,N6:09,
4. Write 2 as from column 2 we want to retrieve a value =VLOOKUP[N1,N6:09,2,
5. Select FALSE as an exact match VLOOKUP[N1,N6:09,2, FALSE
6. Close the bracket and press Enter