Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Count Check Boxes across Sheets

Hi I'm trying to count check boxes across multiple sheets. I tried
= COUNTIF(Start:End!A2, "TRUE") but that didnt work, is there
another way of doing this? Thanks! I dont think it matters but I am
using Office 2003. Thanks again!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Count Check Boxes across Sheets

The easiest way to do this is to use another cell on each sheet.

I'm assuming that A2 is the check box linked cell. Enter this formula in B2:

=N(A2)

Then reference B2 in your other formula:

=SUM(Start:End!B2)

You tried with COUNTIF but the above SUM formula will do the same thing.

--
Biff
Microsoft Excel MVP


"kknob" wrote in message
...
Hi I'm trying to count check boxes across multiple sheets. I tried
= COUNTIF(Start:End!A2, "TRUE") but that didnt work, is there
another way of doing this? Thanks! I dont think it matters but I am
using Office 2003. Thanks again!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Count Check Boxes across Sheets

Thats what i was doing, just seeing if there was an easier way of
doing it, as in one formula on the master sheet. thanks!
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Count Check Boxes across Sheets

just seeing if there was an easier way of doing it

That's about as easy as it'll get.

The only other way is to list the sheet names and use a much longer
complicated formula.

--
Biff
Microsoft Excel MVP


"kknob" wrote in message
...
Thats what i was doing, just seeing if there was an easier way of
doing it, as in one formula on the master sheet. thanks!



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
Enable check box in protected sheet + group check boxes Dexxterr Excel Discussion (Misc queries) 4 August 2nd 06 12:00 PM
How do i create a value for check boxes or option boxes Tim wr Excel Discussion (Misc queries) 1 February 9th 06 10:29 PM
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 07:27 AM.

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"