G Guest Aug 24, 2004 #1 Using the vlookup command it would be useful to be able to change the range name of the data by having it assigned from a cell
Using the vlookup command it would be useful to be able to change the range name of the data by having it assigned from a cell
F Frank Kabel Aug 24, 2004 #2 Hi if A1 houses the name of your range try something like: =VLOOKUP(B1,INDIRECT(A1),2,0)