Conditional Formatting

Jennifer Van

New Member
Joined
Apr 22, 2022
Messages
41
Office Version
  1. 2016
Platform
  1. Windows
I already have the formula =IF(OR(ISBLANK(AC5)),"",AD5+181) in columns AD,AF,AH,AJ,AL giving me "review dates" six months from delivery (AC) and then 6 months increasing.

I have conditional formatting set up to highlight cells if overdue
1662029613586.png


In columns AE, AG, AI, AK,AM I have Yes - which mean I have completed the check.

What I want to happen now is the the previously red cell showing it was overdue, to now read the cell next to it saying yes and turn green showing it has been done? Is this possible


Also, just to make things harder, I want the formula to miss blank cells - once product is returned, I remove the dates to clear to sheet a bit but when I do, the previously red boxes remain - I have tried both ways of leaving formatting blank and selecting "blanks" but this does not work.

I already have the line using conditional format - so not sure how many conditions I can use?
Can someone help?

Thanks
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
It would help if we could see your worksheet. You can post a sample using the XL2BB add-in.

But perhaps something like this?

ABCDEFG
1
2Today2 Sep 2022
3
4Date 1Review dateReviewed?
520 Nov 202120 May 2022Yes
615 Dec 202114 Jun 2022
712 Jan 202212 Jul 2022Yes
813 Feb 202213 Aug 2022
91 Mar 202229 Aug 2022
1012 Apr 202210 Oct 2022
112 May 202230 Oct 2022
12
Sheet1
Cell Formulas
RangeFormula
C2C2=TODAY()
E5:E11E5=B5+181
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B5:F11Expression=$F5="Yes"textNO
B5:F11Expression=$E5<TODAY()textNO
 
Upvote 0
Solution

Forum statistics

Threads
1,214,999
Messages
6,122,645
Members
449,093
Latest member
Ahmad123098

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