Analyzing logical value results

  • Thread starter Thread starter cxy14i802
  • Start date Start date
C

cxy14i802

Hi guys
Do any of you know of a function that will do the same job as the
Frequency array function, but will analyze true/false results instead
of numbers?

I got a column of results in my spreadsheet that contain just logical
true or false results, and I would like to count up how many true
results and false results there are in that column. Every formula that
I try keeps asking me for numbers.

tia
J
 
Did you try the COUNTIF() function?

=COUNTIF(A1:A100,TRUE)

or

=COUNTIF(A1:A100,FALSE)

HTH,
Elkar
 
Hi Elkar, thanks for the prompt reply

That works a treat, I appreciate the suggestion. I admit that I am not
familiar with every Excel function and I plead guilty to not finding
that particular one in the help files.

Thanks again.
J
 
Apologies, I have no idea what is going on with my newsreader. It is
now broadcasting the wrong nic.

the above post is actually from me, thanks again Elkar
J
 

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