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

If Statement with Conditional Formatting using <>=

cparks

Member
I have a column of accounts and a rank in another...with many columns in between. I want to highlight accounts that reflect a color based on their rank "group" given a <,>,and/or = (i.e. 1-3, 4-6, 7-10)

I have used this sort of formula before but cant find the file...
Ive tried using the "&" within the formula I cant figure out how I used it without getting error pop ups.
 

Attachments

  • Chandoo Example_2020.xlsx
    8.4 KB · Views: 6
Hi,

Based on your sample file, see I had created below formulas.


Formula used for GREEN: =AND($B2>=1,$B2<=3)

for rest you can modify the conditions.

Regards,
 

Attachments

  • 1586833104400.png
    1586833104400.png
    34.8 KB · Views: 9
Wow!...So simple. I was looking too far into it plus having a long days work and being late. Just put it all in and it works...obviously. Thanks so much and for your timely response!!


Hi,

Based on your sample file, see I had created below formulas.


Formula used for GREEN: =AND($B2>=1,$B2<=3)

for rest you can modify the conditions.

Regards,
 
Back
Top