View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Courreges
 
Posts: n/a
Default Selecting range in list of range names depending on a cell informa

I need a formula that selects in the list of range names the one related to
the information of a cell.
I have the following formula Index(GERVar, MATCH(Value A,Lookup ArrayA,0,
MATCH(Value B, Lookup ArrayB,0))
And when I have "Germany" in a certain cell, the formula will look for the
right value within the range "GERVar" previously created.
If now I have "France" in a certain cell, the array will not be GERVar
anymore but FRAVar in the Index formula as follows:
Index(FRAVar, MATCH(Value A,Lookup ArrayA,0, MATCH(Value B, Lookup ArrayB,0))
I know that this is maybe not as easy as that, maybe not feasable with such
the formula I wrote but the idea is there.
Please could you help me?

Anne de Courreges