<p>The <b>VLOOKUP</b> function is one of the lookup and reference functions. It is used to perform the vertical search for a value in the left-most column of a table or an array and return the value in the same row based on a specified column index number.</p>
<pstyle="text-indent: 50px;"><b><em>lookup-value</em></b> is a value to search for.</p>
<pstyle="text-indent: 50px;"><b><em>table-array</em></b> is two or more columns containing data sorted in ascending order.</p>
<pstyle="text-indent: 50px;"><b><em>col-index-num</em></b> is a column number in the <b><em>table-array</em></b>, a numeric value greater than or equal to 1 but less than the number of columns in the <b>table-array</b></p>
<pstyle="text-indent: 50px;"><b><em>range-lookup-flag</em></b> is a logical value TRUE or FALSE. It is an optional argument. Enter FALSE to find an exact match. Enter TRUE or omit this argument to find an approximate match, in this case if there is not a value that strictly matches the <b><em>lookup-value</em></b>, then the function will choose the next largest value less than the <b><em>lookup-value</em></b>.
<pclass="note"><b>Note</b>: if the <b><em>range-lookup-flag</em></b> is set to FALSE, but no exact match is found, then the function will return the <b>#N/A</b> error.</p>
<p>To apply the <b>VLOOKUP</b> function,</p>
<ol>
<li>select the cell where you wish to display the result,</li>