J
Jason Lang
Hi--
I am getting strange results with a formula. I would like to use
COUNTA to count non blanks in a worksheet called "Data". I'd like it
to take column values from cells C2 and D2 to get the range of data in
"Data" to count. What I have is:
=COUNTA("Data!"&$C$2&ROW()&"ata!"&$D$2&ROW())
However, this always returns 1 regardless of the number of blanks.
I think my problem is related to the following. Just playing around,
I tried a direct formula to count nonblanks in columns AE:AJ:
=COUNTA(Data!AE3ata!AJ3) --- Works correctly
=COUNTA("Data!AE3ata!AJ3") --- always returns 1 like my example
above
Any suggestions for how to get the first formula to work correctly?
Thanks!
I am getting strange results with a formula. I would like to use
COUNTA to count non blanks in a worksheet called "Data". I'd like it
to take column values from cells C2 and D2 to get the range of data in
"Data" to count. What I have is:
=COUNTA("Data!"&$C$2&ROW()&"ata!"&$D$2&ROW())
However, this always returns 1 regardless of the number of blanks.
I think my problem is related to the following. Just playing around,
I tried a direct formula to count nonblanks in columns AE:AJ:
=COUNTA(Data!AE3ata!AJ3) --- Works correctly
=COUNTA("Data!AE3ata!AJ3") --- always returns 1 like my example
above
Any suggestions for how to get the first formula to work correctly?
Thanks!