Male or female? English or French? Yes, No or Maybe? Those are just a few of the choices that you can make with Option Buttons in Excel. When people select answers with Excel Option Buttons, you can provide a list of possible answers to a questions, and users can only select one answer from the list.
Option Button Questions
You can use Option Buttons instead of Data Validation drop down lists, or instead of allowing free form answers. Do you use Option Buttons? Love them? Hate them?

Get Ready to Add Excel Option Buttons
To add Option Buttons in Excel 2007, you’ll use commands on the Ribbon’s Developer tab.
If you don’t see that tab on your Excel Ribbon, follow the instructions here: Show the Developer Tab on Excel Ribbon
Add a Group Box
To connect a set of Option Buttons to one another, you can enclose them in a Group Box control on the worksheet. By using Group Boxes, we could have one set of Option Buttons that show Language choices, and another set of Options Buttons for Age Group.
Without Group Boxes, all the Option Buttons on the worksheet would be connected, and you’d only be able to select one at a time. So, if we want users to answer two different questions, we’d create two Group Boxes for the Option Buttons.
To add a Group Box:
- On the Excel Ribbon, click the Developer tab
- In the Control group, click Insert
- In the Form Controls section, click the Group Box command, to activate that tool.

- Click on the Excel worksheet, where you’d like the top left of the Group Box to appear.
A Group Box is created, with the default name of Group Box 1.

Modify the Group Box
You can change the Caption and size of the Group Box, to suit your needs.
To change the Group Box Caption:
- With the Group Box selected, drag over the Caption text, to select it.
- Type a new Caption for the Group Box.
In the screenshot below, I’ve changed the Caption from Group Box 1 to Language.

To change the Group Box size:
- With the Group Box selected, point to one of the round white handles on its border.
- Drag the handle in or out, to change the size of the Group Box.
- You’ll see an outline as you drag the handle, so release the mouse button when the outline is the size that you want,
In the screenshot below, I’ve dragged the bottom right handle up and to the right, to make the Group Box shorter and wider.

Add the Option Buttons
Now that the Group Box is created, you can add the Option Buttons inside the Group Box.
- On the Excel Ribbon’s Developer tab, in the Controls group, click Insert
- In the Form Controls section, click the Option Button command, to activate that tool.

-
- Click inside the Group Box, where you want the top left of the Option Button to appear.
- The entire Option Button and its Caption must be within the Group Box, so adjust the Group Box size, if necessary.
In the screenshot below, I had to make the Group Box a bit taller, to fit the Option Button 2.

Modify the Option Buttons
Add as many Option Buttons as you need in the Group Box, so there’s one for each possible answer. Then, you can change the Option Button captions.
To change the Option Button Caption:
- Right-click on the Option Button, and click Edit Text.
- Select the existing Caption text, and type the new text for that Option Button
In the screenshot below, I’ve changed the Option Button Captions to English and French.

Test the Option Buttons
After you’ve created the Group Box, and added the Option Buttons, you can test the Option Buttons.
- When you click a button, a black circle should appear in it.
- All the other Option Buttons should change to white circles.
- If one or more of the Options Buttons don’t work correctly, adjust the Group Box size to enclose the entire Option Button and its label.

Store the Option Button Selection
On the worksheet, you can see which option has been selected in each Group Box. If you want to use that selection in a formula, or store it in a list, you can link the results to a worksheet cell.
To link the Option Box to a cell:
- Right-click on any one of the Option Boxes in the Group Box.
- In the popup menu, click Format Control

- In the Format Control dialog box, click in the Cell link box
- On the worksheet, click the cell where you want to store the Group Box selection number.
- Click OK
In the screenshot below, the Option Box is linked to cell C3 on a sheet named Results.

Now, when you click on one of the Option Boxes in the Group Box, the Option Box’s number will appear in the linked cell. The number is based on the order in which you created the Option Boxes.

You could use that result in a formula, such as, =IF(Results!C3=2,”Bonjour”,”Hello”)
Creating a Survey Form
To see an example of Option Boxes in a survey form, take a look at Dave Peterson’s Excel Survey Template. It uses programming to create the Group Boxes and Option Boxes.
Watch the Option Button Video
To see the steps for creating a Group Box with Option Boxes, watch this short Excel Option Buttons video.
_____________
I do! I created our company’s employee review forms in Excel and used option buttons for the rating scales on each item. It worked pretty well for a few years and we’ve finally (thankfully) migrated to a web-based solution. (No more maintaining the forms and solving people’s problems–for ME anyway.)
Also use them on some client projects. What I sometimes do is not include text in the option button itself, but place the button with no text near a cell that will contain the text. Then I can link the text to another cell or have it be a lookup. For example, I might set up the scale as “really bad” to “Super great” and duplicate the option buttons for each item we want rated. But then someone will decide the scale is “Subpar” to “Rock Star” and I have to go back and change all the buttons. The “use a cell” approach prevents me having to do that.
I also like to get rid of the boxes once I have them all defined, but of course they have to stay in order to maintain their link to the correct cells. You can hide them though, using some VBA code I found in a newsgroup.
I tried to use them. My Excel is 2003 and it seams that it is a little bit different from 2007 which you explained.
I couldn’t find “Insert” in the following line:
Add the Option Buttons
Now that the Group Box is created, you can add the Option Buttons inside the Group Box.
• On the Excel Ribbon’s Developer tab, in the Controls group, click Insert
Am I missing something?
Khoshravan, in 2003 you can create a group box by clicking on the Group Box icon on the same toolbar as the options buttons are found. Then you click and drag to make it the right size.
I am still stuck with Excel 2003! I have used option buttons a number of times, but I did not know about the Group Box. However, the models still work somehow – exactly as you describe in the YouTube post.
Is it because I habitually place a border around the area with the option buttons, and Excel works out what I’m trying to do?
When I see this article for the first time, I thought I can fill a list with option button (in above example, I can input language for many records in rows).
Later I find out that this command (option button) can be used only for one-entry purposes.
I know I can use data validation for what I want to accomplish but thought this might be another alternative.
I do use the buttons. I used it to recreate a Project Management – Risk Assessment Tool. It stores scores for each vendor, adds up assigned risk score and charts the risk in each category.