Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default Tracking Check Boxes

You can link the checkboxes to a cell. This linked cell will return TRUE
when the ckbx is checked and FALSE when the ckbx is unchecked. Then you can
use a formula to count the number of TRUE's:

Ckbx's in column A, A1:A10. Linked cells B1:B10.

=COUNTIF(B1:B10,TRUE)

You can hide the linked cells if you don't want to see the TRUE or FALSE.
Hide the column or set the font color to be the same as the background
color. You can also link the ckbx to the cell it's "in" and not need a
separate column.

How you link the ckbx to a cell depends on which type od ckbx you're using.
If it's from the Forms toolbar, right click the ckbx and select Format
ControlControl tab. If it's from the Control Toolbox, open the Control
toolbox, turn on Design Mode, right click the ckbx, select Properties and
look for Linkedcell. Exit Design Mode.

Biff

"deerhunter98" wrote in message
...
I have designed a new workbook in whick I have several check boxes in a
common column. As I check these boxes I would like to keep track of the
total
number of boxes that I have checked off in each column. Is there a
function
that will allow me to do this? Something similar to the way that the SUM
function works.
Using check boxes allows me to do less typing.



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
Linked Check Boxes blueegypt Excel Discussion (Misc queries) 4 May 12th 06 10:36 PM
Can one cell hold multiple check boxes (and then sort based off e. OT Excel Discussion (Misc queries) 1 March 29th 06 07:32 PM
why do check boxes move when printing excel spreadhseets Simon Jefford Excel Discussion (Misc queries) 3 June 22nd 05 02:04 PM
Selecting Check Boxes shezzer_1972 Excel Discussion (Misc queries) 7 May 11th 05 01:10 AM
How to align check boxes on an Excel sheet? CC Excel Worksheet Functions 2 February 16th 05 03:27 PM


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