Check box count!

  • Thread starter Thread starter Kim-Anh Tran
  • Start date Start date
K

Kim-Anh Tran

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
 
Make sure: Tools> Options>Calculation = 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top