Thread
: [Solved]
Drop Down List Question
View Single Post
11-23-2011, 09:17 AM
Pecoflyer
Windows XP
Office 2003
Expert
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,943
I don't understand your layout very well but if your table is in, say A2:B10 on sheet 2 you can fetch the number using VLOOKUP like
Code:
=vlookup(A1,Sheet2!$A$2:$B$10,2,false)
Pecoflyer
View Public Profile
Find all posts by Pecoflyer