Option Button Linking to different cells

karkas

Board Regular
Joined
Oct 17, 2007
Messages
170
Office Version
  1. 2013
Platform
  1. Windows
I have 6 option buttons in 2 groups (3 per group).

I put 3 buttons in 1 group box and 3 in another group box.

I want to use the option button so that the user can only pick 1 item within each group, but I want each to output true/false to 6 unique cells.

The way it is now all 3 in the same groupbox will only link to the same cell.

So is there a way to have all 6 buttons link to a different cell, but still retain their dual group select-ability?

Thanks in advance
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
You could link one group all to one cell. Say for this example that cell is A1. Cell A1 will then have a 1, 2 or 3 depending on the selected option.

Then put these formulas in B1:B3

B1
=A1=1

B2
=A1=2

B3
=A1=3

That will return True\False for all three options in that group.
 
Upvote 0
You could link one group all to one cell. Say for this example that cell is A1. Cell A1 will then have a 1, 2 or 3 depending on the selected option.

Then put these formulas in B1:B3

B1
=A1=1

B2
=A1=2

B3
=A1=3

That will return True\False for all three options in that group.

Ah, that did it!

Thanks!
 
Upvote 0

Forum statistics

Threads
1,226,498
Messages
6,191,376
Members
453,655
Latest member
lasvegasbuffet

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