Thread
:
Look up an array based on user input
View Single Post
01-06-2011, 08:51 PM
ConneXionLost
Windows XP
Office 2003
Simulacrum
Join Date: Jan 2010
Location: Victoria, Canada
Posts: 86
If your user places the name of the chosen array in cell A2, then use the INDIRECT function within your VLOOKUP function like this:
Code:
=VLOOKUP(B25,INDIRECT(A2),8)
Cheers,
ConneXionLost
View Public Profile
Find all posts by ConneXionLost