Following on somewhat from a previous post, I have a column that contains
the text TRUE or FALSE. I need to count the number cells containing TRUE.
Suggestions?
Jeff
Ron Rosenfeld - 11 Jul 2007 13:24 GMT
>Following on somewhat from a previous post, I have a column that contains
>the text TRUE or FALSE. I need to count the number cells containing TRUE.
>
>Suggestions?
>
>Jeff
=COUNTIF(B:B,TRUE)
--ron