v lookups

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Excel Training and help » V Lookups

V Lookups

resolvedResolved · Medium Priority · Version 2007

Saroja has attended:
Excel Intermediate course
Word Introduction course
Excel Intermediate course
Excel Advanced course

V Lookups

Fastest and simplest way to use vlookups

RE: V Lookups

Hi Saroja!

The idea of a VLOOKUP is that in one cell you have a value or code e.g. an employee number in cell A2. Based on the value in A2 you want to bring in information about that employee held in a different data table.

1. Name this different table something e.g.EMPLOYEES and format it as a table if your company is growing.
2. Know which columns in the EMPLOYEES table you are interested in e.g. DeptName in column 3 and Salary in Column 6.
3. In cell B2 type your VLOOKUP formula:
=VLOOKUP(A2,EMPLOYEES,3,0)
to bring in the DeptName for the exact employee number you typed in cell A2.
4. In cell C2: =VLOOKUP(A2,EMPLOYEES,3,0) will bring in his salary.

Remember to nest this VLOOKUP inside an IF function to trap the blanks!

Hope this answers your question and thanks for the query.

Clare

Wed 13 Jul 2011: Automatically marked as resolved.


 

Excel tip:

Shortcut fill a cell with contents from adjacent cells

Use Control + D to fill a cell with the data from an adjacent cell. This speeds up data entry and is a cool tip to share!


View all Excel hints and tips


Server loaded in 0.14 secs.