Forum Discussion
malihassan
Dec 24, 2020Copper Contributor
Conditional Formatting with multiple date conditions
Hi All, If anybody can help me with the formulas for conditional formatting or anything else that would work. I am trying to format as: if there is a date closed ($I), the row to remain white. ...
- Dec 29, 2020
See if this does what you want.
HansVogelaar
Dec 24, 2020MVP
Select the rows that you want to format.
In the following, I will assume that the active cell in the selection is in row 11. If it is in another row, adjust the formulas accordingly.
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($I11="",$H11>$K$7)
Click Format...
Activate the Fill tab.
Select blue.
Click OK, then click OK again.
Repeat the above steps, but with the formula =AND($I11="",$H11<$K$7) and blue as fill color.
- malihassanDec 24, 2020Copper Contributor
- HansVogelaarDec 25, 2020MVP
Could you attach a sample workbook without sensitive data? Thanks in advance.
- malihassanDec 29, 2020Copper Contributor
Sorry been out. There you go. Been trying something similar but don't get the expected results.