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

vlookup

ResolvedVersion 2013

Matthew has attended:
Excel Intermediate course

Vlookup

Please can you provide me with knowledge on how to create a vlookup

RE: Vlookup

Hi Matthew,

Thank you for your question. Please create the table below in cells A1:C11 of an Excel sheet.

ID Region Department
1 East Human resources
2 South Accounts
3 South Administration
4 South Marketing
5 East Customer support
6 West Human resources
7 East Accounts
8 North Administration
9 East Sales
10 North Sales

A Vlookup might be used to show which department someone works in if you provide the ID value.

In cell E1, enter 2. (the ID we want to locate)

In cell E2, enter the following Vlookup:
=VLOOKUP(E1,A2:C11,3,FALSE)

The result of this Vlookup will be Accounts

Explanation:

E1 is the cell which tells the Vlookup what to find in the first column of the selected table.

A2:C11 shows the Vlookup where the data table sits.

3 is the column in the table from which you want to show the result.

FALSE helps the Vlookup to find the correct item in the first column among unique and / or unsorted data.

I hope this helps.

Kind regards
Marius Barnard
STL

Thu 7 Jul 2016: Automatically marked as resolved.

Excel tip:

Reconciling a list to correspond with another

May have a list that needs to make but on another sheet one list seems to be out, eg. product list one sheet contains all product and inventory data, while the other contains pricing data. Both need to match with all products but there is more products in one list than the other. To find the disparaging product compare data in the two columns that need to match Make sure that order the same way.
Create another column in the sheet that has the most items and type in the first cell


=Exact(text1,text2) text1 being the cell that you want compared with text2 cell reference. Drag to filldown and your first false will give you for first cells that does not match. Correct insert the row with data in other sheet and continue the process until all the data returns true. Delete the column inserted.

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.