How to Use Conditional Formatting Icon Sets?

“Icon sets” are used as a performance indicator, progress tracking, risk assessment, comparison and analysis, and so on. They are also helpful for visualizing a cluster of data.

Conditional Formatting Icon Sets


Download the Practice Workbook


How to Use Conditional Formatting Icon Sets in Excel

  • Select the defined cells and go to the Home tab.
  • From the ribbon, go to Conditional Formatting and click on Icon Sets.
  • Pick an icon set according to your preference.

Using Icon Sets in Excel


What Are Some Uses of Conditional Formatting Icon Sets in Excel? (4 Applications)

Method 1 – Conditional Formatting Icon Sets Based on Another Cell Value


Case 1.1 – Insert Icon Sets Based on Another Cell

  • We can use different shapes of icons as conditional formatting icon sets based on another cell. To do so, remark the values in the Marks column with conditional values using the following formula.
=IF(C7>40, 0, 1)

Applying Condition to Find the Status

  • From the New Formatting Rule wizard, select Format all cells based on their values from Select a Rule Type.
  • You can check the Show icon only box to have just an icon and remove the remark numbers.
  • Select icon shapes and insert conditions.
  • Click OK to finish the process.

Inserting Shapes Based on Another Cell

  • You will have shapes as conditional formatting icon sets.

Final Output of Inserting Shapes Based on Another Cell


Case 1.2 – Insert Indicator Icon Sets Based on Another Cell

  • You can remark the percentage values in the completion column with conditional values using the IFS function in the following formula:
=IFS(C5=100%, 4, C5>75%, 3, C5>50%,2,C5<50%,1)

Applying Condition to Find the Status

  • Open the New Formatting Rule wizard and select Format all cells based on their values from Select a Rule Type.
  • Pick an indicator pattern for conditional formatting icon sets. You can check the Show icon only box to have just the indicator icons and remove the remark numbers.
  • Insert the conditions and click OK.

Inserting Indicators Icon Sets

  • Indicators will be set as conditional formatting icon sets based on another cell.

Final Output of Inserting Indicators Icon Sets


Case 1.3 – Insert Directional Icon Sets Based on Another Cell

  • Remark the values in the Change in Market Value column with conditional values using the following formula.
=IF(C14>0%, 2, 1)

Applying Condition to Find the Status

  • From the New Formatting Rule wizard, select Format all cells based on their values from Select a Rule Type.
  • You can check the Show icon only box to have just the icons and remove the remark numbers.
  • Pick the directional icons and insert conditions.
  • Click OK to finish the process.

Inserting Directional Icon Sets

  • Here’s the result.

Final Output of Inserting Directional Icon Sets


Case 1.4 – Insert Rating Icon Sets Based on Another Cell

  • You can remark the sales values of the Total Sales column with conditional values in the Ratings column using the following formula.
=IF(D5>6000,3,2)

Applying Condition to Find the Status

  • Pick your rating icon sets and insert conditions.
  • Click OK to finish the entire process.

Inserting Rating Icon Sets

  • You will have the rating icons as conditional formatting icon sets based on another cell.

Final Output of Inserting Rating Icon Sets


Method 2 – Apply a Formula for Conditional Formatting with Icon Sets

We can apply a complete formula with the AVERAGE function as the condition for conditional formatting icon sets.
We have a dataset with examination marks where we want to set icons based on the average mark value.

 Dataset of Using Formula Icon Sets

  • We want to mark green the cells having a value equal to or more than 20 of the average value, so we have applied the following formula in the Value section.
=AVERAGE($C$5:$C$14)+20
  • We want to mark yellow the cells having equal or less than 10 of the average mark. Apply the following formula.
=AVERAGE($C$5:$C$14)-10
  • We have set the rest of the cells as red. Click OK to finish the procedure.

Inserting Formula Icon Sets

  • We have our defined icons on the Marks column based on the formula.

Output of Using Formula Icon Sets


Method 3 – Conditional Formatting Icon Sets to Compare Two Columns

  • Apply the following formula in column E to find the difference in the values of those two columns:
=D14/C14 -1

Dataset for Comparing Two Columns Conditional Formatting Icon Sets

  • Set the directional icon sets as conditional formatting icon sets. For a difference greater than 0%, it will set the green icon. The yellow icon will be set for 0% difference and the rest of the cells will have the red icon.

Comparing Two Columns Conditional Formatting Icon Sets

  • Here’s the comparison of columns C and D with conditional formatting icon sets.

Output of Comparing Two Columns Conditional Formatting Icon Sets


Method 4 – Conditional Formatting Icon Sets Based on Text


Case 4.1 – Conditional Formatting 3 Icon Sets Based on Text

  • In order to add 3 icon sets of conditional formatting based on text, we have applied the following formula to define the examination marks of column C in the text format in column D.
=IFS(C5>=80, "Satisfactory", C5>=50, "Average", C5<50, "Poor")

Applying Condition to Find the Status

  • We applied a formula with the VLOOKUP function to remark the text of column D into the number in column E.
=VLOOKUP(D6,$B$17:$C$19,2,FALSE)

Remarking with Number

  • Set icons and conditions from the Conditional Formatting option.
  • Click OK and finish the process.

Applying Conditional Formatting 3 Icon Sets

  • We get the conditional formatting of 3 icon sets based on text.

Output of Applying Conditional Formatting 3 Icon Sets


Case 4.2 – Conditional Formatting 5 Icon Sets Based on Text

  • Apply the following formula first in column D to define the marks in the text.
=IFS(C5>=95, "Extraordinary", C5>80, "Excellent",C5>=70, "Satisfactory", C5>=50, "Average", C5<50, "Poor")

Applying Condition to Find the Status

  • Define the text of column D into a number in column E with the following formula.
=VLOOKUP(D6,$B$17:$C$21,2,FALSE)

Remarking with Number

  • Select a 5-set icon and set the condition for each icon.
  • Apply the conditional formatting.

Applying Conditional Formatting 5 Icon Sets

  • We will get the conditional formatting of 5 icon sets based on text.

Output of Applying Conditional Formatting 5 Icon Sets


Case 4.3 – Icon Sets Based on Blank or Non-Blank Cells

  • To count the blank cells, apply the following formula with the COUNTBLANK function in column E.
=COUNTBLANK(B5:D5)

Applying Condition to Find the Status

  • Set icons and conditions from the Conditional Formatting option.
  • Click OK and finish the process.

Applying Conditional Formatting Icon Sets for Blank or Non-blank Cells

  • We get the conditional formatting icon sets based on the number of blank or non-blank cells.

Applying Conditional Formatting Icon Sets for Blank or Non-blank Cells


How to Create Custom Conditional Formatting Icon Sets in Excel

The IF function is a useful tool for creating conditional formatting icon sets in Excel. It checks whether a condition is met, and returns one value if TRUE, and another value is FALSE.

IF-Function-overview

  • Go to the Insert tab.
  • Select Symbol from the Symbols option in the ribbon.

Adding Symbol for Conditional Formatting

  • Pick an icon according to your choice and press Insert to have it in the selected cell.

Choosing Symbol

  • Insert as many icons as you need.

Inserting Symbols

  • Apply the following formula in column D. You will get some characters based on the matched conditions.
=IF(C5>80,CHAR(65),IF(C5<60,CHAR(68),CHAR(67)))

Applying Conditions

  • Select cells in column D and change the font to match the symbol (i.e. Windings).

Creating Custom Icon Set


How to Customize Default Conditional Formatting Icon Sets in Excel?

We can customize the default conditional formatting icon sets with the Icon Style option from the New Formatting Rule wizard.

Consider this dataset and conditions.

Having Dataset with Conditions

  • Select the cells
  • Go to the Home tab.
  • Go to Conditional Formatting, choose Icon Sets, and select More Rules…

Applying Conditional Formatting Icon Sets

  • A wizard named New Formatting Rule will appear.
  • Pick an icon for every matched condition according to your choice and click OK to finish the process.

 Customizing Default Icon Sets with Conditional Formatting

  • You will get the customized icon sets instead of the default ones in cells C5:C14.

Final Output of Customizing Default Icon Sets


Frequently Asked Questions

Can we edit the applied conditional formatting icon sets?

Yes, we can certainly edit the applied conditional formatting icon sets. For this, select the cells having conditional formatting icon sets and go to the Manage Rules… option from Conditional Formatting. From there, you can easily edit the formula from the Edit option.

What are the types of conditional formatting?

There are 5 types of conditional formatting. They are- background color shading of cells, foreground color shading of fonts, icons, data bars, and values.

What is the default rule type for icon sets?

The three icons set is the default one in Excel. It separates the top, middle, and bottom thirds of a data range.


Conditional Formatting Icon Sets: Knowledge Hub

<< Go Back to Conditional Formatting | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Naimul Hasan Arif
Naimul Hasan Arif

Naimul Hasan Arif, a BUET graduate in Naval Architecture and Marine Engineering, has been contributing to the ExcelDemy project for nearly two years. Currently serving as an Excel and VBA Content Developer, Arif has written more than 120 articles and has also provided user support through comments His expertise lies in Microsoft Office Suite, VBA and he thrives on learning new aspects of data analysis. Arif's dedication to the ExcelDemy project is reflected in his consistent contributions and... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo