Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Sum of check boxes that have been checked

I have a list of check boxes in a spread sheet that are all linked to the
corresponding cell and I would like to add up in a different cell how many of
those check boxes have been checked.

Can anyone please help me?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Sum of check boxes that have been checked

Assuming A1:A10 are the linked cells.

=COUNTIF(A1:A10,TRUE)

--
Biff
Microsoft Excel MVP


"confused??" wrote in message
...
I have a list of check boxes in a spread sheet that are all linked to the
corresponding cell and I would like to add up in a different cell how many
of
those check boxes have been checked.

Can anyone please help me?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Sum of check boxes that have been checked

If cell values are 1,0

=COUNTIF(A1:A10,1)

If this post helps click Yes
---------------
Jacob Skaria


"confused??" wrote:

I have a list of check boxes in a spread sheet that are all linked to the
corresponding cell and I would like to add up in a different cell how many of
those check boxes have been checked.

Can anyone please help me?

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
I need to add check boxes to my Excel spreadsheet,checked and not Spydermike Excel Worksheet Functions 1 October 31st 06 05:55 PM
In Excel, how to count a list of check boxes some are checked? M. Zak Excel Worksheet Functions 6 September 11th 06 12:32 PM
Preventing multiple check boxes from being checked Jae Excel Discussion (Misc queries) 3 August 18th 05 10:49 PM
Check boxes - when one box is checked, I want a 2nd box to auto ch Russell-stanely Excel Discussion (Misc queries) 2 July 1st 05 08:52 PM
How do I restrict only 1 of 2 check boxes be checked? Board Excel Discussion (Misc queries) 3 May 17th 05 06:47 PM


All times are GMT +1. The time now is 07:02 PM.

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

About Us

"It's about Microsoft Excel"