Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am trying to add up the number of checked checkboxes in a column. Is there
a formula that will look at how many are checked vs how many are unchecked? |
#2
![]() |
|||
|
|||
![]()
Hi!
Do you have the checkboxes linked to other cells? If so, then you just need to count the instances of TRUE (for checked) and FALSE (for unchecked). For example, the checkboxes are in column A, A1:A10. Each checkbox is linked to the corresponding cell in column B. To count the number that are CHECKED: =COUNTIF(B1:B10,TRUE) To count the number that are UNCHECKED: =COUNTIF(B1:B10,FALSE) Biff "plhanlon" wrote in message ... I am trying to add up the number of checked checkboxes in a column. Is there a formula that will look at how many are checked vs how many are unchecked? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
Match Last Occurrence of two numbers and Count to Previous Occurence | Excel Worksheet Functions | |||
Conversion | Excel Worksheet Functions | |||
SUMPRODUCT Formula to Count Row of data Below Matched Criteria | Excel Worksheet Functions |