View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kev kev is offline
external usenet poster
 
Posts: 1
Default Vlookup on named range

Anybody got any ideas on how to select the table_array from a list of
them. I have tried to vlookup within the vlookup ie
=vlookup(a1,vlookup(b1,list,2,false),2,false) but it don't like it.