Thread: Count
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Daren Daren is offline
external usenet poster
 
Posts: 162
Default Count

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.

"Bernard Liengme" wrote:

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
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Daren" wrote in message
...
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.