Related topics
×
Formulas & functions
Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.
Formulas & functions

VLOOKUP

Important: Try using the new XLOOKUP function, an improved version of VLOOKUP that works in any direction and returns exact matches by default, making it easier and more convenient to use than its predecessor.

Your browser does not support video. Install Microsoft Silverlight, Adobe Flash Player, or Internet Explorer 9.

Try it!

Use VLOOKUP when you need to find things in a table or range by row.

  1. Select a cell.

  2. Type =VLOOKUP( and then select the value to lookup.

  3. Type a comma (,) and select the range or table to look for the value.

  4. Type a comma (,) and the number of the column where the lookup value is located.

  5. Type ,FALSE) to find an exact match.

  6. Press Enter.

The formula for the video example is as follows:

=VLOOKUP(A7, A2:B5, 2, FALSE).

In its simplest form, the VLOOKUP function says:

=VLOOKUP(lookup value, range containing the lookup value, the column number in the range containing the return value, optionally specify TRUE for approximate match or FALSE for an exact match).

Want more?

VLOOKUP function

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×