R
Robert H
Ive isolated a problem in a large formula to this:
=COUNTA(FruitList) works
=COUNTA("FruitList") does not work
I build FruitList by:
COUNTA($A$2&"List") which puts FruitList in quotes as can be seen in
Formula Evaluator
I tried using substitute in the results but am just hacking it up.
how can I get the name FruitList constructed without quotes
thanks
Robert
=COUNTA(FruitList) works
=COUNTA("FruitList") does not work
I build FruitList by:
COUNTA($A$2&"List") which puts FruitList in quotes as can be seen in
Formula Evaluator
I tried using substitute in the results but am just hacking it up.
how can I get the name FruitList constructed without quotes
thanks
Robert