• 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 Multiple Cell When Condition Meet

cyliyu

Member
I want to highlight C1 to C8 at R3 and R6 only when the whole rows are with the word blank.
What should be the formula to use?
I used
=AND(D8="blank",E8="blank",F8="blank",G8="blank",H8="blank",I8="blank",J8="blank",K8="blank")
and it only hightlight the 1st cell.
Thanks.

66108
 

Attachments

  • Chandoo_ConditionFormat.xlsx
    9.1 KB · Views: 8
Last edited:
Select D6:K11 >> Conditional formatting >> new rule >> Use a formula…... >> In the rule box enter :

=AND($D6="blank",$E6="blank",$F6="blank",$G6="blank",$H6="blank",$I6="blank",$J6="blank",$K6="blank")

>> Choose "blue" color fill >> OK >> Finish

Regards
 
Back
Top