Conditional Formatting in Excel 2007

R

Rick Bennett

I am trying to use conditional formatting on a range of cells when the cell
to the left of it matches a certain criteria along with less than or equal to
cell.

b4:b367 contains values of Saturday, Sunday, etc
c4:c367 is a numeric field that I am inputting
c371 is a numeric value

So, when any one of the cells in c4:c367 is less than or equal to c371 and
the criteria in b4:b367 matches (for example) "Saturday", I want the cell to
highlight. Can someone please offer me up a solution on how to type the
formula in?

Thank youin advance!
 
S

Stefi

Select c4:c367
Create CF with formula
=AND(B4="Saturday",C4<=$C$371)

Regards,
Stefi

„Rick Bennett†ezt írta:
 
D

DOUG

Rick Bennet: This is close to what I want to do.

Q: How does this satisfy the requirement that ANY cell in the range is
compared to the value in the target cell? If you select a range of cells,
how do you place the CF result in a separate cell? (I have a range of
color-coded cells. If any of the cells are yellow, I want the summary cell
to be yellow. Alternately, I can say "If ANY cell values in the range are
below 100%, color this cell yellow - and, if below 73%, color this cell red).
The "If ANY cell" command is the hard part. I cannot find it in my
"Dummies" guide to Excel formulas, but I am using the wrong terminology in
all likelihood.

DOUG
 

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