formula in excel that will highlight a cell that is left blank?

K

Kimo

I'm trying to find a formula to make a certain cell if it is left blank to be
able to highlight it with a color. Anyone have any ideas? Thanks Kimo
 
D

Dave Thomas

One way is conditional formatting. If your cell is B10, Format
menu/Conditional formatting. Under condition 1, select formula. In the box
to the right type =isblank(B10)
Then select format .... below the formula box. Then select the patterns
tab. Select the color you want the cell to be if it is blank.

..
 
T

T. Valko

The cell will be highlighted until something (anything, except a formula
blank) is entered.

Assume the cell of interest is A1
Select cell A1
Goto the menu Format>Conditional>Formatting
Formula is: =A1=""
Click the Format button
Select the style(s) desired (maybe a red fill color)
OK out
 
K

Kimo

Thanks for your input.

T. Valko said:
The cell will be highlighted until something (anything, except a formula
blank) is entered.

Assume the cell of interest is A1
Select cell A1
Goto the menu Format>Conditional>Formatting
Formula is: =A1=""
Click the Format button
Select the style(s) desired (maybe a red fill color)
OK out
 
K

Kimo

Hey Thanks Dave, worked great.

Dave Thomas said:
One way is conditional formatting. If your cell is B10, Format
menu/Conditional formatting. Under condition 1, select formula. In the box
to the right type =isblank(B10)
Then select format .... below the formula box. Then select the patterns
tab. Select the color you want the cell to be if it is blank.

..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top