Conditional Formatting, icon sets, not working on a column

LindsayBiss

New Member
Joined
Aug 16, 2022
Messages
5
Office Version
  1. 2010
Hello,

I am trying to use the Conditional Formatting with the icon sets, and it works on the other columns I have in my spreadsheet, but not in two of the columns. I am wondering if it has something to do with the formula?

1660681088691.png


The formula I have in the cells where the conditional formatting works is:
1660681131475.png


The formula I have where it does not work is:
1660681158124.png


If you could let me know why this is happening, that would be great.

Thank you !!!

Lindsay
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
What are the conditional formatting rules you are using that don't work?

I suspect it is because your cell formula is returning text, not a number. You should format the cell as "0%" and not do it in the formula. Then your formula becomes:
Excel Formula:
=IF(ISERROR(J20),"",-J20/D20)

Also, it is much better to paste formulas directly into your post instead of posting pictures of them.
 
Upvote 0
Solution
What are the conditional formatting rules you are using that don't work?

I suspect it is because your cell formula is returning text, not a number. You should format the cell as "0%" and not do it in the formula. Then your formula becomes:
Excel Formula:
=IF(ISERROR(J20),"",-J20/D20)

Also, it is much better to paste formulas directly into your post instead of posting pictures of them.
It worked !!

Thank you very much for the help !!

Lindsay
 
Upvote 0

Forum statistics

Threads
1,215,200
Messages
6,123,612
Members
449,109
Latest member
Sebas8956

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