Form Control OptionButtons Calculation

MissOctober

New Member
Joined
May 24, 2018
Messages
16

I have ms 2010
i have 4 form control optionbuttons with a group. i want the value (result to go the right) where it says score.

i dont have a vba code or anything but this image.

i'm such a noob and i just need some help.

everytime a button is click it should show up in the row where score = is

for example if button 1 is selected it should say score =10
i inserted a pic
http://[IMG]http://i65.tinypic.com/t5gdib.png[/IMG]

Thanks for any help
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Assuming the cell where "Score=0" is cell C1, and the cell where 10 currently appears is cell A2, enter in C1:

="Score = "&A2

Hope that helps.
 
Upvote 0
2agm0ps.png
 
Upvote 0
oh my bad. i got it to download. how did u managed to get the cells link to optionbuttons. thats what im stuck on
 
Upvote 0

Forum statistics

Threads
1,214,651
Messages
6,120,744
Members
448,989
Latest member
mariah3

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