Top cell in a list to match cells below of a certain value?

G

Guest

I need my header row (one cell) to match cells below of a certain value. I'm
currently working on a calendar and have used the conditional format "v"
which fills in the cell blue for people on vacation (gantt chart). I need the
first cell in that column (Business) to turn blue if any of the cells below
it are filled in.

Does Excel do this?
 
G

Gord Dibben

Select the cell to be blue, say A1, then Format>Conditional Formatting>Formula
is:

=NOT(ISBLANK($A2:$A10))

Format>Pattern to blue.


Gord Dibben MS Excel MVP
 
G

Guest

Unfortunately, I've already used the 'up to 3' conditional formats for other
places in the spreadsheet. Is there a way to do this same concept within the
cell?
 
G

Guest

Okay, so I tried putting that information into the cell and it works but
comes back with 'TRUE', as it's supposed to. Is there a way to change the
'TRUE' to something else, like a symbol or another text object?
 
G

Gord Dibben

Do not place the formula into the cell.

Place the formula into the dialog box at Format>CF>Formula is:


Gord
 
G

Gord Dibben

There are 3 conditions per cell, not 3 conditions per sheet.

You cannot write a formula in a cell to change the cell's color.


Gord
 

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