• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Conditional Formatting multiple criteria

Gman

Member
Hello -

Anyone know how to highlight a row based on 2 criteria with conditional formatting. See attached for example but I want to highlight the row or the 4 columns based on > or < $2,500 or -2,500 and > or < 5% -5%.

Thank you in advance for your help!
 

Attachments

  • Conditional formatting ex..xlsx
    13.5 KB · Views: 6
CF formula:
=AND(ABS($C8)>2500,ABS($D8)>5%)
while the active cell is on row 8.

See attached.

A CF using a formula needs that formula to return TRUE for the formatting to be applied. I developed the formula in range G16:G18 and copied the one in G16 in the CF. G16:G18 can be deleted of course.
 

Attachments

  • Chandoo29646Conditional formatting ex.xlsx
    13.8 KB · Views: 5
Thank you both. P45cal I especially like the ABS that way I don't have to do both positive and negative!

Nice work, thank you again.
 
Back
Top