R
Robert H
Is it possible to return string of values from range instead of the
range in a formula. In the following formula I need to reference the
names "FruitList and VegetableList" (which are list headings)
CHOOSE(MATCH(A2&"List",ListRng),FruitList,VegetableList)
this works but I need the headings to be dynamic in the formula
I defined a name "Cat1List" to the location of those list headings.
and tried
CHOOSE(MATCH(A2&"List",ListRng),Cat1List)
CHOOSE just picks up the the range of the name instead of the two
values.
Is ther a function or method to return a string of the two values
(FruitList,VegetableList) from the named range within the formula?
range in a formula. In the following formula I need to reference the
names "FruitList and VegetableList" (which are list headings)
CHOOSE(MATCH(A2&"List",ListRng),FruitList,VegetableList)
this works but I need the headings to be dynamic in the formula
I defined a name "Cat1List" to the location of those list headings.
and tried
CHOOSE(MATCH(A2&"List",ListRng),Cat1List)
CHOOSE just picks up the the range of the name instead of the two
values.
Is ther a function or method to return a string of the two values
(FruitList,VegetableList) from the named range within the formula?