conditional formatting 2 criteria in one row

G

gimpy

I would like to apply a conditional format in a row, where the first
condition is that the value be greater than the cell on the left AND equal to
the one on the right.

How do I get both conditions met using conditional formatting?
 
L

Luke M

Select cell (let's say B2)
Format- Conditional Format
Choose "Formula is"
Input the following:
=AND(B2>A2,B2=C2)
Select format, click 'ok'.
 
S

Sheeloo

Assuming you are trying to format B1
then use the option FORMULA IS and the formula as
=AND(B1>A1, B1=C1)
and choose the format you want

You can paint it over other cells in the row, except Col A.
 

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