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

v lookups

ResolvedVersion 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:

##### displaying in Excel

When you get a series of hash symbols (####) appearing in some of your cells in a spreadsheet, this can make you think that you've make some kind of mistake.

This is a common misconception - what this actually means is that the cell is not wide enough to fully display the content of the cell.

All you need to do to see what is actually in the cell is to widen the column that the cell is in.

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.12 secs.