Counting Text

  • Thread starter Thread starter locutus243
  • Start date Start date
L

locutus243

I have a list of text (e.g:-

True
False
True
True
False

I want the cell which will count how many times False appears in thi
column of cells. I assume its a fairly easy function but I dont kno
which one!!

Cheers

Mar
 
If it's really text--not boolean TRUE/FALSE, then how about:

=sumproduct(--(a1:a1000="false"))
 

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