Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Adding a value to OptionButtons

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 718
Default Adding a value to OptionButtons

Linked cell property of each optionbutton should be set to a definite cell
in your sheet (say A1,B1, C1)
then enter formula:
=MATCH(TRUE,A1:C1,0)

See example: http://cjoint.com/?fDmBNu5tBz

HTH
--
AP

"Hoobes" a écrit dans le message de news:
...
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



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
c# & InterOp & OptionButtons Timo Excel Programming 0 February 13th 06 08:15 AM
Adding OptionButtons to array error 91 RB Smissaert Excel Programming 2 October 22nd 05 09:43 AM
Array of OptionButtons ? MWE[_37_] Excel Programming 3 April 21st 04 03:16 AM
OptionButtons Paul Excel Programming 4 December 4th 03 04:12 PM
optionbuttons Phil Perry Excel Programming 1 July 10th 03 09:13 PM


All times are GMT +1. The time now is 08:14 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"