How do I check for an empty cell in a formula?

S

sasquatchbill

Hello!

I'm trying to create conditional formatting based on if a certain cell
is empty or not. Specifically, I'm looking to see if my row has a date
entered in column E or if it's blank.

How do I check that in my CF formula?
 
W

Wiley

Try =IF(ISBLANK(A1)),...followed by the resto of your formula. Let us know
if you need more help.
 
S

sasquatchbill

Got it to work using the $E1 = 0 suggestion.
Thanks guys!!!
Much appreciated!
 
Top