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

Row Highlight base on value

rbobcat1

Member
All great Excel Ninjas,

Need help fixing this conditional format. Seems I can only get the column to highlight the letters in 'Red' that meet a certain criteria.

Column B is not a Boolean search it is only the results of an output using a powershell script.

How do I get it to highlight the letters in the entire row in 'Red'
 

Attachments

  • Row highlight based on Cell Value.xlsx
    14.5 KB · Views: 2
You have only selected Column A to apply the CF to
The CF formula needs to lock the Columns
ie: =AND($B2=TRUE,OR(RIGHT($A2,3)=".wa",RIGHT($A2,3)=".oa",RIGHT($A2,3)=".sa"))

Note the use of $ to lock Columns A & B

or see the attached file
 

Attachments

  • Row highlight based on Cell Value.xlsx
    14.4 KB · Views: 4
Back
Top