NORRILLOUS
New Member
- Joined
- Apr 10, 2014
- Messages
- 36
- Office Version
- 365
- Platform
- Windows
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.
It would be easier to explain if I could show you the file.
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.
Code:
=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 would be easier to explain if I could show you the file.