Forum Discussion
Charlespower74
May 22, 2020Copper Contributor
Conditional formatting icon sets aren’t working
I have a column I would like to conditionally format by adding icons to the cells. The data in each cell is simply a number from 1 to 5. When I try to apply the conditional formatting rule, nothing happens. No icons appear at all.
I have tried starting from scratch in case there was some underlying formatting that was overruling the new rule, but nothing has worked. I’ve also tried to change the conditions of the rule (numbers instead of %, etc.), but that doesn’t work. Other formatting rules work, just not the icons.
I have successfully applied the same formatting to another table with a similar set of data.
For context, the table is appended from a PivotTable in the same worksheet. The PivotTable received its data from another source table in the worksheet. The only difference I can gather from the one that works and one that doesn’t is that they come from different source tables; otherwise, the formatting and data is nearly identical.
I will try to attach a screenshot soon.
I have tried starting from scratch in case there was some underlying formatting that was overruling the new rule, but nothing has worked. I’ve also tried to change the conditions of the rule (numbers instead of %, etc.), but that doesn’t work. Other formatting rules work, just not the icons.
I have successfully applied the same formatting to another table with a similar set of data.
For context, the table is appended from a PivotTable in the same worksheet. The PivotTable received its data from another source table in the worksheet. The only difference I can gather from the one that works and one that doesn’t is that they come from different source tables; otherwise, the formatting and data is nearly identical.
I will try to attach a screenshot soon.
In general formatting rule doesn't care how values appeared in the range cells.
Icon could not appear if you apply the rule to text values, are you sure the range definitely have numbers, not the texts which present numbers? Other words, what returns =ISTEXT() on such cells.
4 Replies
Sort By
- SergeiBaklanDiamond Contributor
In general formatting rule doesn't care how values appeared in the range cells.
Icon could not appear if you apply the rule to text values, are you sure the range definitely have numbers, not the texts which present numbers? Other words, what returns =ISTEXT() on such cells.
- Charlespower74Copper ContributorThat did the trick! The formula in the source table asked for the value to be “1” instead of 1. Once I changed that, the icons appeared immediately. It’s amazing how the data remains the same through so many different processes. There was the source table, then the PivotTable, and finally a third table where I wanted the icons. Thank you for the help!
- SergeiBaklanDiamond Contributor
Charlespower74 , you are welcome, great to know you sorted this out.
- Select the range and click on Icon Set conditional formatting.. Then, you can modify the rule to what you need