

- MICROSOFT OFFICE EXCEL 2007 TUTORIAL FOR BEGINNERS HOW TO
- MICROSOFT OFFICE EXCEL 2007 TUTORIAL FOR BEGINNERS SERIES
When the formula gets copied down the column, the reference will adjust automatically for each row. The lookup value in most cases should be a relative reference (like E2) or you can lock only the column coordinate ($E2). When using VLOOKUP formulas in real-life worksheets, the main rule of thumb is this: lock table array with absolute cell references (like $A$2:$C$11) to prevent it from changing when copying a formula to other cells. With all the arguments established, you should have no problem reading the whole formula: search for "lion" in A2:A6, find an exact match, and return a value from column B in the same row.įor the sake of convenience, you can type the value of interest in some cell, say E1, replace the "hardcoded" text with the cell reference, and get the formula to look up any value you input in E1:ĭoes anything remain unclear? Then try looking at it this way:

Keeping in mind that the search is performed in the left-most column, you can read the above formula a little further: search for "lion" in the range A2:A6.

The 2 nd argument ( table_array) is A2:B6.The 1 st argument ( lookup_value) clearly indicates that the formula looks up the word "lion".If an exact match is not found, a #N/A value is returned.Īs an example, please have a look at the below formula and try to "translate" it into English: The formula searches for a value exactly equal to the lookup value. Requires sorting the lookup column in ascending order. If an exact match is not found, the formula searches for the largest value that is smaller than the lookup value. TRUE or omitted (default) - approximate match.Range_lookup (optional) - determines whether to search for approximate or exact match:.The counting starts from the leftmost column in the table array, which is 1. Col_index_num (required) - is the number of the column from which to return a value.The VLOOKUP function always searches in the first column of the table array, which may contain various text values, numbers, dates, and logical values. Table_array (required) - is the range of cells where to search for the lookup value and from which to retrieve a match.Unlike numbers and cell references, text values should always be in enclosed in "double quotes". This can be a value (number, date or text), cell reference (reference to a cell containing a lookup value), or the value returned by some other function. Lookup_value (required) - is the value to search for.VLOOKUP(lookup_value, table_array, col_index_num, ) The syntax for the VLOOKUP function is as follows:

The function is available in all versions of Excel 365 through Excel 2007. The letter "V" stands for "vertical" and is used to differentiate VLOOKUP from the HLOOKUP function that looks up a value in a row rather than column (H stands for "horizontal"). In its common usage, Excel VLOOKUP searches through your data set based on the unique identifier and brings you a piece of information associated with that unique identifier. More technically, the VLOOKUP function looks up a value in the first column of a given range and returns a value in the same row from another column. What is VLOOKUP? To begin with, it is an Excel function :) What does it do? It searches for the value you specify and returns a matching value from another column. We will also provide formula examples that cover the most typical usages of VLOOKUP in Excel, and try to make them both informative and fun. We will try to explain the basics in a very plain language to make the learning curve for an inexperienced user as easy as possible.
MICROSOFT OFFICE EXCEL 2007 TUTORIAL FOR BEGINNERS SERIES
This article begins a series covering VLOOKUP, one of the most useful Excel functions and at the same time one of the most intricate and least understood.
MICROSOFT OFFICE EXCEL 2007 TUTORIAL FOR BEGINNERS HOW TO
You'll learn how to Vlookup from another sheet and different workbook, search with wildcards, and a lot more. Today we'll look at how to use VLOOKUP in Excel with many detailed step-by-step examples.
