Thread
:
Laser-Cut Stand for N900
View Single Post
bobnova
2010-02-10 , 16:38
Posts: 4 | Thanked: 0 times | Joined on Feb 2010
#
302
Hows this?
The vlookup uses the 2nd sheet as a source table. Syntax of vlookup is as follows:
=VLOOKUP(A2,LookupTable!$A$2:$B$256,2,FALSE)
1st: Item to look up
2nd: Location of lookup table (note the $ syntax to stop the table moving if you move or drag the result cell)
3rd: Which coloum to return from the lookup table
4th: Allow loose matching...
Hope that helps..
EDIT: fixed a typo (not -> note)
Attached Files
order_example_countries -- with vlookup.zip
(15.2 KB, 94 views)
Last edited by bobnova; 2010-02-10 at
16:58
.
Quote & Reply
|
bobnova
View Public Profile
Find all posts by bobnova