Conditional Formating in Excel

A

Arne

I would like a cell to change color when a range of other cells all have a
value entered.
The cell I want to automatically format has the Sum function for a range of
cells in it. When the range of cells that are being being used for the Sum
function all have a value entered I would like the cell with the Sum to
change either background color or font color. Is there an easy way to do this?
 
T

T. Valko

Let's assume A1 contains the formula =SUM(B1:B10)

Select cell A1
Goto the menu Format>Conditional Formatting
Select the Formula Is option
Enter this formula in the box on the right:
=COUNT(B1:B10)=ROWS(B1:B10)
Click the Format button
Select the desired style(s)
OK out
 
A

Arne

It didn't seem to work for me. Here is the formula in the cell I would like
to change the format of if all other cells have a value.
=IF(SUM(Q4:AH4)>=1,SUM(Q4:AH4),"")
 

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