Conditional formatting and relative cell reference

HunterTTP

New Member
Joined
Aug 22, 2014
Messages
18
I have never used conditional formatting before today.

I have a list of assignments and due dates. I've applied conditional formatting to the due dates (column D) seen below


lE36wZC.png



The only problem is that it is showing red for assignments that are already complete (column F) and I need it to just make those black/white as normal.

Here are a couple steps I looked at:


9x5gVgt.png


Mk8IQ8k.png



But to be honest, I have no idea what to put into the formula bar for the rule.
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
You need four rules: one each for the four status messages. If the dates are in column D and the status messages in column F (starting row 3), then in D3 the first rule you needs is:

=D$3="Waiting"

and set the colour to whatever you want.

You then copy the conditional format down using the format painter, or you can simply set the correct cell range when you create each of the four rules.
 
Upvote 0
You need four rules: one each for the four status messages. If the dates are in column D and the status messages in column F (starting row 3), then in D3 the first rule you needs is:

=D$3="Waiting"

and set the colour to whatever you want.

You then copy the conditional format down using the format painter, or you can simply set the correct cell range when you create each of the four rules.

I don't think that is what I'm trying to do. I'm happy with the conditional formatting of Column F, I just want the Conditional formatting of Column D to be black text on white background if the status in Column F is "Complete".
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

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