Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 111
Default Radio Buttons


Would it be possible to add 3 radio buttons namely C, D, CD in cells A1,A2,A3 as
part of a group (so only one choice can be selected) and award points in adjacent
cells B1:B3?

C gets 10 points.
D = 10
CD = 22

TIA.
--

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Radio Buttons

Add a frame from the forms toolbar, than add the 3 buttons into that.

Link the buttons (Format controlControl) to the same cell, and the formulae
become

B1: =(H1=1)*10
B2: =(H1=2)*10
B3: =(H1=3)*22

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Saxman" wrote in message
...

Would it be possible to add 3 radio buttons namely C, D, CD in cells
A1,A2,A3 as
part of a group (so only one choice can be selected) and award points in
adjacent
cells B1:B3?

C gets 10 points.
D = 10
CD = 22

TIA.
--



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 111
Default Radio Buttons

Bob Phillips wrote:

Add a frame from the forms toolbar, than add the 3 buttons into that.

Link the buttons (Format controlControl) to the same cell, and the formulae become

B1: =(H1=1)*10
B2: =(H1=2)*10
B3: =(H1=3)*22


I am able to create a frame and add my radio buttons and link them as a group, but
I'm not sure of the proceedure linking them to a cell and adding the formulae?

Excuse me as I only have experience of VB outside Excel

(Format controlControl) I do not see an option 'control on my drop-down list within
Excel 2007.

Where can I find some good tutorials/information regarding Excel/VB in situations
like this?

Thanks so much for the feedback.



--

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Radio Buttons


(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Saxman" wrote in message
...
Bob Phillips wrote:

Add a frame from the forms toolbar, than add the 3 buttons into that.

Link the buttons (Format controlControl) to the same cell, and the
formulae become

B1: =(H1=1)*10
B2: =(H1=2)*10
B3: =(H1=3)*22


I am able to create a frame and add my radio buttons and link them as a
group, but
I'm not sure of the proceedure linking them to a cell and adding the
formulae?

Excuse me as I only have experience of VB outside Excel



It's not VB, just pure Excel.


(Format controlControl) I do not see an option 'control on my drop-down
list within
Excel 2007.



What drop-down? we are talking frames and optionbuttons, not drop-down.
Right-click the buttons to see Format Control.


Where can I find some good tutorials/information regarding Excel/VB in
situations
like this?

Thanks so much for the feedback.



--



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
Radio buttons Pawan Excel Discussion (Misc queries) 1 November 18th 08 01:43 PM
Option Buttons/Radio Buttons John Calder New Users to Excel 7 May 16th 08 03:51 AM
Help - Radio Buttons evo182 Excel Worksheet Functions 1 January 22nd 06 03:24 PM
VBA: Disable Frame and Radio Buttons based on Another Radio Button Being True Mcasteel Excel Worksheet Functions 2 October 29th 04 07:06 PM
Radio Buttons GrahamD Excel Programming 5 December 5th 03 03:45 AM


All times are GMT +1. The time now is 06:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"