#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,069
Default Radio Buttons

I am creating a questionnaire, where there are yes and no questions that have
radio buttons next to each answer. I have two questions.

1. Currently I have six questions with 6 yes and no questions. When I
click on yes in the first question the radio button lights up. But when I
answer the question in question 2, the first radio button goes away. I think
I am going to need to group the two radio buttons together so that it does
not affect other questions. How do you do that?

2. I want a numbering system so that if they answer yes, it gives a number
value, and if they answer no they get a different number value. Some
questions might have different number values. Is this possible? How can
this be done?

Any help would be greatly appreciated.

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Radio Buttons

hi
1. hope you are using from the control group and not the forms group.
each radio button has a groupname property. by deflaut it is give the sheet
name. change that to Q1 for question 1 or some name you like. each group must
have it's own groupname.
2. use the linked cell property. with a radio button the linked cell will
produce a true/false responce. you can then count the number of trues(yes?)
or Falses) you could select the linked cell the radio button sits over to hid
the linked cell.

Regards
FSt1

"John" wrote:

I am creating a questionnaire, where there are yes and no questions that have
radio buttons next to each answer. I have two questions.

1. Currently I have six questions with 6 yes and no questions. When I
click on yes in the first question the radio button lights up. But when I
answer the question in question 2, the first radio button goes away. I think
I am going to need to group the two radio buttons together so that it does
not affect other questions. How do you do that?

2. I want a numbering system so that if they answer yes, it gives a number
value, and if they answer no they get a different number value. Some
questions might have different number values. Is this possible? How can
this be done?

Any help would be greatly appreciated.

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Radio Buttons

Saved from a previous post:

If your optionbuttons are from the Forms toolbar, the put all your optionbuttons
in each group in a groupbox (also on that Forms toolbar).

If your optionbuttons are from the Control Toolbox toolbar, then rightclick on
each optionbutton show the properties (you'll have to be in design mode for
this). Each group should have its own unique groupname.

If you're creating a survey form, you may want to look at Debra Dalgleish's
site:
http://contextures.com/xlForm01.html

John wrote:

I am creating a questionnaire, where there are yes and no questions that have
radio buttons next to each answer. I have two questions.

1. Currently I have six questions with 6 yes and no questions. When I
click on yes in the first question the radio button lights up. But when I
answer the question in question 2, the first radio button goes away. I think
I am going to need to group the two radio buttons together so that it does
not affect other questions. How do you do that?

2. I want a numbering system so that if they answer yes, it gives a number
value, and if they answer no they get a different number value. Some
questions might have different number values. Is this possible? How can
this be done?

Any help would be greatly appreciated.

Thanks


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Radio Buttons

ps. If your only choices are yes/no, you could use a single checkbox per
question.

If it's checked, it's yes. If it's unchecked, it's no.

John wrote:

I am creating a questionnaire, where there are yes and no questions that have
radio buttons next to each answer. I have two questions.

1. Currently I have six questions with 6 yes and no questions. When I
click on yes in the first question the radio button lights up. But when I
answer the question in question 2, the first radio button goes away. I think
I am going to need to group the two radio buttons together so that it does
not affect other questions. How do you do that?

2. I want a numbering system so that if they answer yes, it gives a number
value, and if they answer no they get a different number value. Some
questions might have different number values. Is this possible? How can
this be done?

Any help would be greatly appreciated.

Thanks


--

Dave Peterson
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
Option Buttons/Radio Buttons John Calder New Users to Excel 7 May 16th 08 03:51 AM
radio Buttons Kev Excel Discussion (Misc queries) 1 June 18th 07 07:26 PM
Radio Buttons Bethie at CLG Excel Worksheet Functions 6 October 31st 05 09:08 PM
Radio Buttons nir020 Excel Worksheet Functions 1 December 17th 04 03:23 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


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