is it possible to reference a column of formulas in a vlookup?
D Dave Peterson Jan 23, 2008 #2 Yes: =vlookup(a1,sheet2!A:E,5,false) will work fine See your other post for a link to a debugging =vlookup() site.
Yes: =vlookup(a1,sheet2!A:E,5,false) will work fine See your other post for a link to a debugging =vlookup() site.