Complicated conditional formatting

BJSinger7623

New Member
Joined
Feb 20, 2020
Messages
33
Office Version
  1. 365
  2. 2019
  3. 2010
Platform
  1. Windows
Hello! I need some help with some complicated conditional formatting please. I can get it to ALMOST do what I want, but because of the blank cell formatting it's always red and I'm hoping it will only turn red when certain conditions are met and remain white/blank until information is put in.

Here's what I need:
When there is a date in PRD, but nothing in 1st contact - the row to be red.
When there is a date in PRD and in 1st Contact - the row to be yellow.
When there is a date in all 3 (PRD, 1st Contact, and Initial) - the row be green.

I've gotten it to do that - but because of the blank for red, every row without anything in it is red - I want just a regular/blank sheet until I type something in - does that make sense?? Any help would be GREATLY appreciated!!!

Thank you!


1638801510583.png
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
What are the formulae you are currently using?
 
Upvote 0
What are the formulae you are currently using?
1638803496193.png


I was thinking (and tried playing around with) an AND formula - something like if there is text in Column C AND a blank in Column D it would turn red (that way the whole sheet wouldn't turn red), but I couldn't get it to work. I'm very basic with Excel. :(
 
Upvote 0
Thanks for that, for red you can use
Excel Formula:
=and($C2<>"",$D2="")
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,566
Messages
6,120,262
Members
448,953
Latest member
Dutchie_1

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top