Count

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to count the number of cells in a column with 1-5 in them. The other
cells in this same column are "false" and I don't want those to be counted.
I've tried =count(p1:p20) and =countif(p1:p20,">false"), but neither of these
works.

Please help.
 
In what sense does =COUNT(P1:P200) not work?
This function counts the number of cells with numeric values
Did you really want SUM not COUNT?
best wishes
 
The "1-5" signifies a range, i.e. 1- 5 minutes. It's not being picked up
either by SUM or COUNT, possibly b/c it has logical IF statements in the
cells. Not sure if that makes an impact though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top