Hi All,

VLOOKUP is one of the Excel's most useful as well as commonly used functions.

Here are some examples.

Data table:

Sheet1

*ABCD
1Order IDProductUnit PriceQuantity
210248Queso Cabrales14.0012
310248Singaporean Hokkien Fried Mee9.8010
410248Mozzarella di Giovanni34.805
510249Tofu18.609
610249Manjimup Dried Apples42.4040
710250Jack's New England Clam Chowder7.7010
810250Manjimup Dried Apples42.4035
910250Louisiana Fiery Hot Pepper Sauce16.8015
1010251Gustaf's Knäckebröd16.806
1110251Ravioli Angelo15.6015
1210251Louisiana Fiery Hot Pepper Sauce16.8020


Excel tables to the web >> Excel Jeanie HTML 4


a simple VLOOKUP


Sheet1

*ABCD
18Order IDProductUnit PriceQuantity
1910248Queso Cabrales1412

Spreadsheet Formulas
CellFormula
B19=VLOOKUP($A19,$A$2:$D$12,2,0)
C19=VLOOKUP($A19,$A$2:$D$12,3,0)
D19=VLOOKUP($A19,$A$2:$D$12,4,0)


Excel tables to the web >> Excel Jeanie HTML 4

continued on next post..