• 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.

Highlight a row if cells meet certain conditions

hotcomper

New Member
Good evening, new post for me. I am trying to use conditional formatting to highlight a row if certain conditions are met.
3 x options Y, N or NA.

If all 3 are Y, Y, Y I want the row highlight green
If I have Y, Y, NA again I want this green (NA should be read as Y)
If any one shows N the row should be red.

Hope this makes sense.

TIA
 

Attachments

  • Example 1.xlsx
    36.3 KB · Views: 4
If those are the only two options, then

1. Start by highlighting all rows green.
2. Create a CF, with rule like: =COUNTIF($A1:$C1, "N")>0
3. Set CF to apply format of red fill

Done.
 
Back
Top