View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chris Chris is offline
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