Conditional Formatting

CJG19

New Member
Joined
Jul 12, 2021
Messages
40
Office Version
  1. 2010
Platform
  1. Windows
Good Morning All,

I am trying to do some conditional formatting and getting really frustrated, I wonder if you can help?

1638183075457.png


If MC has had for more than 7 days and RL column is blank then highlight the cell in the MC column, if there is a date or an N/A then do not highlight.
If RL has had for more than 7 days and MDu column is blank then highlight the cell in the RL column, if there is a date or an N/A then do not highlight.
If MDu has had for more than 7 days and Assts Rec is blank then highlight the cell in the MDu column.

TIA!

CJG19
 

Attachments

  • 1638182806934.png
    1638182806934.png
    18.9 KB · Views: 3

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
The way I would do that is with a number of "helper" columns that do the logic , the columns can way off to the right so the user doesn't see them. Then it makes the conditional formattting easy.
 
Upvote 0
Give something like this a try where you have a couple of pre-conditions and 'stop if true' is checked.

The formula for the highlight would be something along the line of: =AND(TODAY()-A2>=7, ISBLANK(B2)=TRUE)

1638193463941.png


Once you have this working, you can apply the formatting to other cells.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,022
Messages
6,122,726
Members
449,093
Latest member
Mnur

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