How to Add Custom Icon Sets in Excel Conditional Formatting (2 Ways)

To explore the methods, we’ll use the following dataset, which represents some students’ scores on a class test, including the range of remarks.


Method 1 – Customizing Default Icon Sets of Excel Conditional Formatting

Steps:

  • Select the data range where you want to apply the icons.
  • Click Home > Conditional Formatting > Icon Sets > More Rules.

Will get a dialog box.

Customize Default Icon Sets of Excel Conditional Formatting

  • Insert the values of the range in the Value boxes and select the Number format from the Type box.

Customize Default Icon Sets of Excel Conditional Formatting

  • Select the preferred icon for every range from the Icon.
  • Click on the drop-down button, and Excel will show all the icons for conditional formatting. I selected the Green Check Symbol for a value greater than or equal to 80.

Customize Default Icon Sets of Excel Conditional Formatting

  • Select the other two icons for the other two ranges of data.
  • Press OK.

Customize Default Icon Sets of Excel Conditional Formatting

Excel shows the selected icons beside the left side of the cells.

  • To show only the icons in the cells,
  • From the previous Edit Formatting Rule dialog box mark the Show Icon Only option.

It only shows the icons.

Read More: Excel Conditional Formatting Icon Sets Based on Another Cell


Method 2 – Inserting a Symbol to Add Custom Icon Sets in Conditional Formatting

Steps:

  • Insert icons beside the remark column to show which icon is for which range
  • Click: Insert > Symbols > Symbol.

Insert Symbol to Add Custom Icon Sets in Conditional Formatting

  • Select Windings font from the Font section after appearing in the Symbol dialog box.
  • You will see many icons here. Select your desired one. I chose the Smile face for the first cell. Its character code is 74. We’ll need it while applying the formula.
  • Press Insert.

Insert Symbol to Add Custom Icon Sets in Conditional Formatting

  • Do the same for the other two cells. You will get icons like the image below. The character code for a Neutral face is 75, and a Sad face is 76.

Insert Symbol to Add Custom Icon Sets in Conditional Formatting

  • Add another column beside the Score column. Insert the formula for the icon.
  • Insert the following formula in Cell D5:
=IF(C5>80,CHAR(74),IF(C5<60,CHAR(76),CHAR(75)))
  • Press ENTER.

Insert Symbol to Add Custom Icon Sets in Conditional Formatting

  • We used the Wingdings font in the Symbol operation so we’ll have to use the same font for the cell.

Insert Symbol to Add Custom Icon Sets in Conditional Formatting

  • Choose the Wingdings font from the font selection dropdown box.

Insert Symbol to Add Custom Icon Sets in Conditional Formatting

  • Use the Fill Handle tool to copy the formula for the other cells.

Insert Symbol to Add Custom Icon Sets in Conditional Formatting

All our icons are according to the score.

Insert Symbol to Add Custom Icon Sets in Conditional Formatting

To improve the icons’ appearance, use Conditional Formatting. We’ll set three different icons’ colors.

  • Select the cells and click Home > Conditional Formatting > Highlight Cells Rules > Equal To.

A dialog box will open.

  • To highlight the smile face icon, insert the following formula in the formula box:
=CHAR(74)
  • Select the color from the color selection box. I chose Green Fill with Dark Green Text for the smiley face icon.
  • Press OK.

All the smile face icons are highlighted with our selected color.

  • Follow the same procedures to set the color for the other two icons. Use character code 75 for Neutral face and 76 for Sad face.

Read More: Excel Conditional Formatting Icon Sets Based on Text


Download the Practice Workbook

You can download the free Excel workbook from here and practice.


Related Articles

<< Go Back to Icon Sets | Conditional Formatting | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Md. Sourov Hossain Mithun
Md. Sourov Hossain Mithun

Md. Sourov Hossain Mithun, an Excel and VBA Content Developer at Softeko's ExcelDemy project, joined in October 2021. Holding a Naval Architecture & Marine Engineering degree from BUET, Mithun showcases expertise during his two-year tenure. With over 200 published articles on Excel topics, he earned a promotion to Team Leader, excelling in leading diverse teams. Mithun's passion extends to Advanced Excel, Excel VBA, Data Analysis, and Python programming, contributing significantly to the innovative and dynamic environment of ExcelDemy... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo