View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Adding a value to OptionButtons

Hi Jan,

Try:

=COUNTIF(A2:A20,TRUE)

Where A2:A20 is the range of linked cells for the option buttons (check
boxes?).


---
Regards,
Norman


"Hoobes" wrote in message
oups.com...
Hi

I have problems in getting my options buttons to equal at certain
value. I need this in order to make statistics on how many has selected
one or the other option.

Can anybody help me out in this matter?

Regards

Jan