conditional format blank cell as a 4th condition?

seanh1016

Active Member
Joined
Feb 16, 2003
Messages
254
I am already using conditions 1 and 2 and am down to my last condition. But I want to use 2 conditions hopefully combined into one.

I'm trying to say:
cell value=less than $A4-$B4 OR cell value is ""

Is this possible to combine into one?
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Try this

So, I assume it is another cell in which you are setting this conditional formatting? If so, try this (assume you are setting it in cell C4)

As your third conditional format select "formula is" from the first drop down. In the formula space enter =OR($C4 < $A4-$B4, $C4 = ""). Select the format you want and click ok.

Sound doable?
 
Upvote 0
I meant to say:
only put a color if the cell value is less than $A4-$B4, no color if it is blank or 0.

I tried: formula is=AND(E4<$A4-$B4, E4<>"",E4=0). That isn't working. any thoughts?

E4 is the current cell
 
Upvote 0

Forum statistics

Threads
1,214,947
Messages
6,122,413
Members
449,082
Latest member
tish101

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