#1   Report Post  
Posted to microsoft.public.excel.misc
Adrian
 
Posts: n/a
Default count ticks in boxes

I am using excel 2003. I have put a column of about 20 tick boxes into a
spreadsheet. I want a cell at the bottom of the column of tick boxes to count
the number of ticks I have put into the individual boxes eg. if I tick 15
boxes I want the cell at the bottom to display 15. Any Ideas?
  #2   Report Post  
Posted to microsoft.public.excel.misc
robert111
 
Posts: n/a
Default count ticks in boxes


I tried this and countif(a1:a10,"v") works

Naturally, the v is meant to be the tick symbol, you can give the cell
reference of the cell in your list that contains a tick.


--
robert111
------------------------------------------------------------------------
robert111's Profile: http://www.excelforum.com/member.php...o&userid=31996
View this thread: http://www.excelforum.com/showthread...hreadid=533656

  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default count ticks in boxes

Are tick boxes the same thing as checkboxes (like from the control toolbox
toolbar or the Forms toolbar)?

If yes, you can assign each checkbox its own linked cell in the same row and
then count the number of True's in that range:

=countif(a2:a21,TRUE)



Adrian wrote:

I am using excel 2003. I have put a column of about 20 tick boxes into a
spreadsheet. I want a cell at the bottom of the column of tick boxes to count
the number of ticks I have put into the individual boxes eg. if I tick 15
boxes I want the cell at the bottom to display 15. Any Ideas?


--

Dave Peterson
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
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
I want to be able to count the number of checked boxes in a form? cldavis Excel Worksheet Functions 4 November 21st 05 09:53 AM
Count Position of Filtered TEXT cells in a column Sam via OfficeKB.com Excel Worksheet Functions 8 May 18th 05 04:23 AM
Count Check Boxes Tony Excel Worksheet Functions 4 April 12th 05 05:58 PM
count check boxes Tony Excel Worksheet Functions 3 April 8th 05 03:48 AM


All times are GMT +1. The time now is 10:19 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"