Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Counting cells that have a checkbox that is marked

The easiest way is to assign a linked cell to the checkbox and then look at that
linked cell.

So if you have 10 checkboxes hovering over A1:A10 and have 10 linked cells in
B1:B10, you could use:

=countif(b1:b10,true)

Depending on what checkbox you used (from the Forms toolbar or from the Control
toolbox toolbar), the way you change that linked cell varies.

Forms toolbar checkbox
Rightclick on each checkbox
Choose Format|Control
then Control tab
Then type it into the cell link box.

Control toolbox toolbar
go into design mode (another icon on that control toolbox toolbar)
Rightclick on each checkbox
Properties|LinkedCell
and type it in.


Inquiry wrote:

I am trying to create a formula that will tell me how many check boxes are
marked in a certain column. Does anyone know how to do this?


--

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
perform a calculation if checkbox marked vjaggers Excel Worksheet Functions 0 June 5th 08 03:24 PM
How to delete all stuff outside marked cells ? Jeff Korn Excel Discussion (Misc queries) 1 March 5th 08 08:40 PM
Counting Marked Cells Fred Atkinson Excel Worksheet Functions 3 December 8th 06 06:19 PM
Checkbox to be marked with a cross rather than a tick Den New Users to Excel 1 February 22nd 06 10:04 AM
How do globally clear pre-marked cells Electrical Wizard Excel Worksheet Functions 2 January 11th 06 12:12 AM


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