View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Excel Look Up Tables - Make The Table Dynamic?

Not at all!

What I meant was:

If your named ranges are *dynamic ranges* then a different formula will be
needed.


=VLOOKUP(lookup_value,INDIRECT(A1),col_index_numbe r,range_lookup)

Will not work with a dynamic range and therefore a different formula would
be needed.

Biff

"Arvi Laanemets" wrote in message
...
Hi


"T. Valko" wrote in message
...
NB:

If your named ranges are *dynamic ranges* then a different formula will
be needed. If that's the case this adds that extra step back into the
process and you might as well just stick with a combo box.



Not at all!

An example:
=CHOOSE(MATCH(A1,{Value1;Value2;Value3;...},0),Ran ge1,Range2,Range3,...)



--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )