Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Conditional Formatting for Multiple Criteria

I’m currently having trouble with conditional formatting for 3+ conditions.

What I want to do is that if 3 or more criteria are matched (or not matched, for a cell to turn a certain color.

Example:

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

There are multiple teams, their project priority, and the revenue they’ve made. I want to turn column C cells green or red based on A) the priority is "Medium" B) the team is "Korea Design" C) Green if $10K or above revenue, red if below $10K revenue. So if it matches A,B,C criteria, then the revenue column(C) will turn Green; alternatively if it matches A,B but not C (the revenue goal), then it will turn red.

*So first filtering that it is A and B, and then determining green or red depending on the revenue.

Thank you!

Sample Sheet

>Solution :

green:

=(A2="Korea Design")*(B2="Medium")*(C2>=10000)

red:

=(A2="Korea Design")*(B2="Medium")*(C2<10000)

enter image description here

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading