Forum Discussion
IF(OR Statements from multiple sheets/tables
- Sep 15, 2022
In B7:
=IF(COUNTIF(INDIRECT(SUBSTITUTE(B6,"-","")&"[Date Complete]"),"<"&TODAY()-7),"Past Due","")
Fill to the right to G7.
Select B7:G7.
On the Home tab of the ribbon, click Conditional Formatting > New Rule...
Select 'Format on;y cells that contain'.
Leave the first drop down set to 'Cell Value'.
Select 'equal to' from the second drop down.
Enter Past Due in the box next to it.
Click Format...
Activate the Fill tab.
Select red.
Click OK, then click OK again.
See the attached version.
Not sure if this would work
- HansVogelaarSep 15, 2022MVP
In B7:
=IF(COUNTIF(INDIRECT(SUBSTITUTE(B6,"-","")&"[Date Complete]"),"<"&TODAY()-7),"Past Due","")
Fill to the right to G7.
Select B7:G7.
On the Home tab of the ribbon, click Conditional Formatting > New Rule...
Select 'Format on;y cells that contain'.
Leave the first drop down set to 'Cell Value'.
Select 'equal to' from the second drop down.
Enter Past Due in the box next to it.
Click Format...
Activate the Fill tab.
Select red.
Click OK, then click OK again.
See the attached version.
- Jgolden1980Sep 15, 2022Copper ContributorPerfect! Thank you so much for the help