View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jtfalk jtfalk is offline
external usenet poster
 
Posts: 24
Default Check box counting

Good day,

I have a sheet with multiple check boxes. I would like checkbox1-checkbox5
to sum in cell M10.

For example if checkbox2 and checkbox4 are checked then the value in cell
M10 = 2

Also I am going to be copying this worksheet over and over so it hase to be
worksheet specific.

Any help would be appreciated