Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
plhanlon
 
Posts: n/a
Default how do you count checkboxes in excel2003

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   Report Post  
Biff
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count Position of Filtered TEXT cells in a column Sam via OfficeKB.com Excel Worksheet Functions 8 May 18th 05 04:23 AM
Count Position of Filtered TEXT cells in a column Sam via OfficeKB.com Excel Worksheet Functions 0 May 15th 05 08:14 PM
Match Last Occurrence of two numbers and Count to Previous Occurence Sam via OfficeKB.com Excel Worksheet Functions 33 April 4th 05 02:17 PM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
SUMPRODUCT Formula to Count Row of data Below Matched Criteria Sam via OfficeKB.com Excel Worksheet Functions 8 February 3rd 05 01:37 AM


All times are GMT +1. The time now is 11:47 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"