Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Check box count!

Good morning everyone,
I have a cell W45 that take a count of all of the check box1 to chec
box 4. They are link to cell W39:w42. Cell W45 count each time I chec
it but when I unchecked, cell W45 still shows 4. Would any one help m
please to change this code so that it would give recount when chec
boxex are checked or unchecked.

=COUNTIF(W39:W42,TRUE)

*** I have cell P31 and P32 that need entries. I need a code that coul
give the count or sum of values from P31 and P32, and those four chec
box. For now I have to count all check boxes in one cell and hide i
cell W45 in white font, then sum W45,P31 and P32. I would appreciat
any help to combind these steps.

Thank you in advance!

Regards,
Kim-An

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 244
Default Check box count!

Make su Tools OptionsCalculation = Automati
=SUM(P31,P32,COUNTIF(W39:W42,TRUE)

----- Kim-Anh Tran wrote: ----

Good morning everyone
I have a cell W45 that take a count of all of the check box1 to chec
box 4. They are link to cell W39:w42. Cell W45 count each time I chec
it but when I unchecked, cell W45 still shows 4. Would any one help m
please to change this code so that it would give recount when chec
boxex are checked or unchecked

=COUNTIF(W39:W42,TRUE

*** I have cell P31 and P32 that need entries. I need a code that coul
give the count or sum of values from P31 and P32, and those four chec
box. For now I have to count all check boxes in one cell and hide i
cell W45 in white font, then sum W45,P31 and P32. I would appreciat
any help to combind these steps

Thank you in advance

Regards,
Kim-An


--
Message posted from http://www.ExcelForum.com


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Check box count!

Hi
is automatic calculation enabled?. This formula should work


--
Regards
Frank Kabel
Frankfurt, Germany


Good morning everyone,
I have a cell W45 that take a count of all of the check box1 to check
box 4. They are link to cell W39:w42. Cell W45 count each time I

check
it but when I unchecked, cell W45 still shows 4. Would any one help

me
please to change this code so that it would give recount when check
boxex are checked or unchecked.

=COUNTIF(W39:W42,TRUE)

*** I have cell P31 and P32 that need entries. I need a code that
could give the count or sum of values from P31 and P32, and those
four check box. For now I have to count all check boxes in one cell
and hide it cell W45 in white font, then sum W45,P31 and P32. I would
appreciate any help to combind these steps.

Thank you in advance!

Regards,
Kim-Anh


---
Message posted from http://www.ExcelForum.com/


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
Check 2 columns in range - count one Forestdog Excel Discussion (Misc queries) 3 January 27th 09 06:26 AM
Count Check Boxes across Sheets kknob Excel Discussion (Misc queries) 3 January 28th 08 11:26 PM
2 conditions needed to check and count of items based on that Vijay Excel Worksheet Functions 2 May 3rd 07 10:21 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 06:19 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"