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

vlookups

ResolvedVersion 2016 (Mac)

Alan has attended:
Excel Introduction course
Excel Intermediate course

Vlookups

Wanted to know how they work.

RE: Vlookups

Hi Alan, thank you for your question. Basically, VLOOKUP lets you search for specific information in your spreadsheet. For example, if you have a list of products with prices, you could search for the price of a specific item.

A B
1 Item 1 £10
2 Item 2 £15
3 Item 3 £5

If you want to find the price for Item 2, the vlookup will look like this (I am showing this in steps)

=VLOOKUP("Item 2", The item in the first column
you want to find
=VLOOKUP("Item 2",A1:B3, The location of the data set

=VLOOKUP("Item 2",A1:B3,2, The column from which you
want the result
=VLOOKUP("Item 2",A1:B3,2,FALSE)

FALSE will locate the search
item in the first column even
if that column is not sorted
ascending. If the first
column is sorted ascending,
you can use TRUE.

The result will be £15.

Obviously, you will use VLOOKUP on a much larger data set.

I hope this helps.

Kind regards
Marius Barnard
Excel Trainer

Tue 13 Jun 2017: Automatically marked as resolved.

Excel tip:

View a unique list

You have a column with hundreds of entries, and you need to see what unique items are entered in it. Select any cell in that column, hold down Alt and press the down arrow: Excel produces an alphabetically-sorted list of unique entries in that column.

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.09 secs.