Basic Combo Box

kuecker3

New Member
Joined
Feb 21, 2005
Messages
19
I am brand new to excel so please bear with me. I have a 3 columns of numbers. In t e adjacent columns I need a combo box that will have a choice of 0, $ or ?. It does not need to link to any data or any action. How do I do this. I would like the ? to be in red if possible.
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
One idea:

If all you want is those 3 options, you could use a data validation list.

Select the cell(s), and go to Data\Validation. On the Settings tab, select "List." Then in the box, enter: 0,$,? (you do not need quotes around them).

Press OK, and you should have a list in the selected cell(s) containing those 3 items.

If you want it to have a red question mark, you could use conditional formatting. With the cells still selected, go to Format|Conditional Formatting and use

Cell value is | equal to | ="?"
Click the Format button, and set the font color for this condition to red. Click OK until you are out of all of the dialogs.

Now you should have a list in the cell, and when you select the question mark option, it should turn red.
 
Upvote 0
Hi, kuecker3,

take a look at validation in the menu data

there is an option "list"
in the source you can put something like this
0,$,?

does this work for you too ?

kind regards,
Erik
 
Upvote 0

Forum statistics

Threads
1,215,256
Messages
6,123,914
Members
449,132
Latest member
Rosie14

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