Forum Discussion
Conditional Formatting Blank Cells
Select the range D2:U17 (or further to the right and down if necessary).D2 should be the active cell in the selected range.
On the Home tab of the ribbon, select Conditional Formatting > New Rule...
Select 'Use a formula to determine which cells to format'.
Enter the formula
=AND($A2<=TODAY(),D2="")
Click Format...
Activate the Fill tab.
Select yellow.
Click OK, then click OK again.
Repeat these steps, but with the formula
=AND($A2<=TODAY()-30,D2="")
and red as fill color.
- HansVogelaarMar 20, 2022MVP
Please attach a sample workbook demonstrating the problem, or if that is not possible, make it available through OneDrive, Google Drive, Dropbox or similar.
- SmithJM157Mar 20, 2022Copper Contributor
HansVogelaar hopefully this link works correctly.
https://docs.google.com/spreadsheets/d/1YJnQT9QHk9jX5sCkaDzM_bn1UQ5jrSgS/edit?usp=sharing&ouid=100103939138852560324&rtpof=true&sd=true
- HansVogelaarMar 21, 2022MVP
Your sample workbook doesn't contain ANY conditional formatting rule, so it's impossible to tell why it didn't work for you...
I have attached the workbook with the two rules that I proposed.