vlookup
RH

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

Vlookup

resolvedResolved · Medium Priority · Version 2003

Georgia has attended:
Excel Advanced course
Excel VBA Intro Intermediate course

Vlookup

How does vlookup work?

Edited on Tue 28 Oct 2008, 12:48

RE: Vlookup

Hi Georgia

Thank you for your question and welcome to the forum.

Vlookup is a function within Excel to lookup dataup from a table of information. The table of information must have in its first column a list of unique values.

You need to enter 4 values

Lookup_Value - Value to search for in the table
Table_Array - Location of the table
Col_Index_Num - Which column number to return
Range_Lookup - Will an approximate match be okay

Example

=VLOOKUP(C2,Customers!A:D,3,False)


I hope that helps

Laura GB


 

Excel tip:

Missing Field handle

If your field handle goes missing all you need to do is go to tools > options > edit tab and then make sure that the check boxes for paste and insert buttons are checked.

View all Excel hints and tips


Server loaded in 0.06 secs.