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

Condtional Formatting- Color Scale

Shay A

Member
Hi,
I can't upload a file at the moment but let me describe to you what I need:
Shay aaaaaa 45
Shay fhhhgj 56
Shay hffgh 68
How can I apply color scale on the entire row and not just on clumn C. Imagie that the values 45, 56 and 68 are in cells c1, c2 and c3 respectively.

Thank you
 
Hi,

Select ROW(1:3), Go to conditional formatting > New Rule > Use a Formula:

=AND(SEARCH("*56",$C$2),SEARCH("*56",$C$2),SEARCH("*68",$C$3))

Format to your need.

Regards,
 
Hi,

I think color scale does not work with strings (and does not format entire row formatting based on one column).

Not sure, may be there is a way in VBA.

Regards,
 
Maybe you could help me with a code to color code the rest of the row.

Range("C1").interior.color...

Thanks
 
Back
Top