advanced excel training - v look ups

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

Forum home » Delegate support and help forum » Microsoft Excel Training and help » advanced excel training - V look ups

advanced excel training - V look ups

resolvedResolved · Low Priority · Version Standard

Tamara has attended:
Excel Intermediate course
Excel Introduction course
Excel Advanced course

V look ups

what are v look ups?

RE: v look ups

Hi Tamara,

vlookup stands for vertical look up. It looks for a unique value in a named range and returns the related figure in the desired column of that range.

for instance if you have a list of people's names and they all have a unique 'number' (userID for instance) the table may look like this in sheet 1


A B C
1 Joe Bloggs
2 John Smith
3 Peter Clarke
4 Tamara Jones
5 Jenny Meredith

in a different sheet, you may want to type in the userID and in the cell next to where you type userID (cell F1 for instance), you want excel to automatically look up that user's surname.

to do this, the formula you should type is as follows:

=VLOOKUP(F1,Sheet1!A:C,3,0)

each step is as follows

look up the value that is in cell F1 in the table in columns A - C in sheet 1, return the 3rd column in the table (column C) and return an exact match.

Hope this helps
Paul

 

Training courses

 

Training information:

See also:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

Saving your Excel Spreadsheet as a CSV File

In situations where you need to save your Excel spreadsheet as a CSV file, follow these simple steps.

Click the File tab and click Save As.
Enter a name in the File name field.
Click the drop-down arrow next to the Save as type field to select the file type. Scroll down the list and select CSV (comma delimited) (*.CSV)
Click Save

The data will now be saved to a separate CSV file which can be used in different applications.

View all Excel hints and tips


Server loaded in 0.08 secs.