In Excel 2007 and Excel 2010, you can use icon sets in conditional formatting. There are built-in icon sets, and in Excel 2010 you can Customize Excel Conditional Formatting Icons, to some extent. Here’s how to do that, and a workaround to create icons on the worksheet instead.
Built-in Conditional Formatting Icons
There is a good selection of built-in Excel Conditional Formatting Icon sets.
For example, use Red, Yellow and Green stoplight icons, to highlight the good, average, and poor results in your sales data.
Or, choose directional arrows, with a green Up arrow, a right-pointing yellow arrow, and a red Down arrow.
![]()
Grey Directional Arrows
There are also icon sets with grey directional arrows. Those are useful for data where an increased amount is bad, instead of good. For example, your data might show counts of part failures, or customer complaints.
- Traditionally, green means “good” or “safe”, and red means “bad” or “danger”.
- There’s no setting that lets you change the icon colours
- The neutral grey arrows would be better than using a green Up arrow, for data where Up is “bad”
Or, see the section further down, with notes on how to create your own icon set, outside of the conditional formatting settings.
Limit the Colours
Rob emailed me recently, to ask how to limit the conditional formatting icons to 2 colours only, instead of the 3 or 4 default icon colours.
I am only interested in using 1 or 2 icons (a red X for “Off” and a Green light for “On” – not interested in the Yellow light). I want these icons to be triggered by a boolean (TRUE/FALSE) in another cell.
Create Your Own Icon Set in Excel 2010
Fortunately, if you’re using Excel 2010, you aren’t limited to the default icon sets – you can create your own icon sets , by mixing and matching from the available icons. (You can’t create your own icons, unfortunately, or change the look of the built-in icons.)
To create the icon set that Rob wants, I selected cells B2:B5, and set the following Formatting Rule.
- The Show Icon Only option is checked
- Green Circle icon when the value is greater than or equal to 1 (Number)
- Red X icon when the value is less than 1 and greater than or equal to 0 (Number)
- No Cell Icon when the value is less than 0
![]()
How It Works
In cell B2 there is a formula to multiply the value in cell A2 by 1:
=A2*1
That formula is copied down to cell B5.
- If the result in column A is TRUE, the formula result in column B is 1, and a green circle shows.
- If the result in column A is FALSE, the formula result in column B is 0, and a red X shows.
![]()
Get the Sample File
To get the Excel file, with the Create Your Own Icon Set example, go to the Conditional Formatting page on my Contextures site.
The zipped file is in xlsx format, and the file does not contain any macros.
Create Your Own Icon Set
If the built-in icon sets for conditional formatting don’t have what you need, you can create your own custom icons, outside of the conditional formatting settings.
See this Create Your Own Icon Set article, for the step-by-step details.
This workaround technique also works for earlier versions of Excel, where you can’t customize the icon sets, or in Excel versions where icon sets don’t exist
In this technique, you use the WingDings font, combined with conditional formatting, to show coloured symbols in the cell.
And if you’re still using Excel 2003, there are detailed instructions in this article: Conditional Formatting Icons in Excel 2003

_______________
I would like to create a rule where a blank cell = red x. This is for an attendance sheet. The only thing I can see to do is to have blank cells filled with a color or pattern. Currently I am using “1” to create a green checkmark. Just trying to save myself having to put in everyone who didn’t attend as a “0”. But if that is the only other workaround, I’ll have to do that.
Yes, you’ll need to add a zero, if you want to use the icons with conditional formatting.
Or, enter a formula in another column, e.g.: =IF(B2,””,0)
Then, add the conditional formatting to the formula column — it would just show the red X marks
I though t I had submitted a question yesterday. Is there any way to create red up arrows and green down arrows based on whether a value is greater or less than 0? It is easy to do with a red down arrow and a green up arrow, but not to reverse the colors.
Larry, you asked your question on a different blog post yesterday (similar topic):
http://blog.contextures.com/archives/2013/09/03/create-your-own-excel-icon-set/
You can’t change the colours of the built-in icons, but that blog post shows how to create your own icons.
I’ve added details in reply to your question at that link.
i want to use four icons as status indicators hoe to do that?
I have a columns, with percentages – for example –
-2%, -10%, 13%, -19%, 17%, 30%, -31%,
I’m trying to get the Icon sets (Arrows) – green, yellow and red. For negative percentage, I want the Red Down Arrow icon, for positive percentage Green Up arrow icon.
I tried changing several conditions on the manage rules of conditional formatting but wasn’t successful. Please assist.
For the Green Up arrow icon,
–select Greater Than or Equal to as the operator
–enter zero as the value
–select Number as the type
Change the 2nd icon to a Red Down arrow, and
–select Greater Than or Equal to as the operator
–enter -9999999 as the value
–select Number as the type
Leave the 3rd icon as a Red down arrow
Hi, I have a five star rating for my movies (all yellow) in Excel 2010. I want to give each rating a different colour star. How?
my ratings are: 5 stars = Yellow, 4 stars = Orange, 3 stars = Green, 2 stars = Blue and 1 star = Red
Please reply