This is provably very simple but somehow I can not manage.
I have a Column that Calculates the Time Left for a project:
[Delivery Date]-thisRow.[Start Date]
Now I want to have a conditional formatting that turns to RED when it’s 12h to Delivery Date. I tried this but it’s not working:
[Time Left] >= Hours() AND [Time Left] <= Hours() + 12
What am I doing wrong?
Thanks in advance!
Eva