0% found this document useful (0 votes)
29 views

Vlookup Data Validation1

Vlookup searches for a value in the first column of a table array and returns a value from another column in the same row. The formula is VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]). It looks up a value in a list and returns a value from the specified column. For example, a vlookup can get the price of a laptop or tablet from a stock list by looking up the item name and returning the price value.

Uploaded by

Youssef Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

Vlookup Data Validation1

Vlookup searches for a value in the first column of a table array and returns a value from another column in the same row. The formula is VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]). It looks up a value in a list and returns a value from the specified column. For example, a vlookup can get the price of a laptop or tablet from a stock list by looking up the item name and returning the price value.

Uploaded by

Youssef Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Vlookup > Data

Validation
What does it do? Searches for a value in the first column of a table array
and returns a value in the same row from another column (to the right) in

Formula breakdown: VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

What it means: VLOOKUP(this value, in this list, and get me value in this column, [Exact M

Example:
Get me the PRICE of a LAPTOP &
TABLET from the STOCK LIST!

col_index_1 col_index_2 col_index_3

Stock List Price Cost


Television $150 $85
table_array

Laptop $185 $95 lookup_value

Tablet $245 $90 lookup_value

Keyboard $55 $5

Sign Up To The Weekly Excel Live Tips Newletter: Click Here To Subscribe Get Better At Excel With Our E
olumn (to the right) in the table array.

m, [range_lookup])

this column, [Exact Match/FALSE])

John´s Order
Item Quantity Price Total Price
Keyboard 125 55 $6,875
$0
Total $6,875

Better At Excel With Our Excel Courses: www.myexcelonline.com/courses

You might also like