Counting number of TRUEs in a column

  • Thread starter Thread starter Jeff Granger
  • Start date Start date
J

Jeff Granger

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
 
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
 

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

Back
Top