Counting cells containing formulas with blank results

J

Joe M.

Im trying to use =COUNTA('CM(Sched)'!AQ:AQ) to count non-blank cells in AQ.
The cells contain a formula which sometimes results in BLANK. The formula
counts all cells including blank.
 
J

Joe M.

Continued: I only need the non-blank values counted. Can anyone help?
Thanks,
Joe M.
 
P

PCLIVE

Possibly try using SUMPRODUCT. You'll need to specify the rows.

=SUMPRODUCT(--('CM(Sched)'!AQ1:AQ100<>""))

HTH,
Paul
 
Top