Help with Options Buttons

smweasel

New Member
Joined
Sep 29, 2009
Messages
19
Hi all!
I am trying to create a survey using 10 option buttons (high=10/low=1) for each question (6 questions). I want to average the score at the end but the option buttons are not exclusive to each question. How can I have my 10 option buttons and the selected value be exclusive to that question and the next 10 be exclusive to the next question, etc.
Any help would be fantastic as I have been searching for hours.
Thanks
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Try placing each set of option buttons in a frame...
 
Upvote 0
Look at the GroupName property. Give each group of buttons a unique GroupName and each group will act separately.
 
Upvote 0
djreiswig-thanks for the reply
i tried the grouping and naming of the buttons but the cell link remains static when i go to the next question. i want to have each group be linked to a different cell so i can get a unique value for each question. is this possible without VBA?
 
Upvote 0

Forum statistics

Threads
1,223,732
Messages
6,174,182
Members
452,550
Latest member
southernsquid2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top