Conditional Formatting and blank cells

ken abbott

New Member
Joined
Mar 11, 2019
Messages
1
Hi

I have a range of cells with conditional formatting changing background colour depending on value. The value in each cell is determined by a formula which takes values from other cells outside the range etc.

If the other cells have no value then I want conditional formatting within the relevant cell within the range not to run and thus to be a blank white empty cell.

I have tried creating a rule for blank cells but this doesn't seem to work if the cell has a formula in it. I have also tried a formula along the lines of '=ISBLANK(I12)=TRUE' but again this doesn't work.

In both cases the Conditional Formatting runs even though the cell has no value

How do I get around this

Many thanks
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Welcome to the Board!

You can try one of these options:
=I12=""
=LEN(I12)=0
 
Upvote 0
Welcome to the Board!

I generally do something like this. If the original CF formula is:

=A1<10

I'd change it to:

=AND(A1<10,A1<>"")
 
Upvote 0

Forum statistics

Threads
1,215,457
Messages
6,124,941
Members
449,197
Latest member
k_bs

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