Hello,
I am working on a file that a user will enter a start date and a finish date. I am trying to make the file decide which cells to shade based off its value.
=IF($E4="","",IF(G$3>=$E4,-1,1)*IF(G$3<=$F4,1,-1))
and I have my conditional formatting set to change the value 1 to blue.
It...