vlookups

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Vlookups

Vlookups

resolvedResolved · Medium Priority · Version 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:

Wrapping Text in a Cell in an Excel 2010 Workbook

When you have a lot of text you want to put in a particular cell but you can't decrease the font size to fit because the text will then become ineligible, then manually wrap the text in a cell by simply pressing ALT+ENTER.

View all Excel hints and tips


Server loaded in 0.06 secs.