Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In Excel, how to count a list of check boxes some are checked? | Excel Worksheet Functions | |||
I want to be able to count the number of checked boxes in a form? | Excel Worksheet Functions | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
Count Check Boxes | Excel Worksheet Functions | |||
count check boxes | Excel Worksheet Functions |