Question:

Excel function TRUE FALSE?

by  |  earlier

0 LIKES UnLike

I have several columns that contain only True or FALSE in the cells. I want to insert a function that will automatically add the number of TRUE statements in each column. How do I write that function?

 Tags:

   Report

1 ANSWERS


  1. Use the COUNTIF function.  Let's pretend your range is A1:C30 -- so to count "TRUE" the function would be:

    =COUNTIF(A1:C30,"TRUE")

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.