Forum Discussion
STEPHANIEMILBU2
8 years agoQrew Cadet
Yeah I get where to do it. I need to know how to build the formula.
ChuckGrigsby
8 years agoQrew Cadet
if ([Status] = "In Progress" and [Due Date] < Today(), "red", "")
The way it works is like this
IF("CONDITION" , "Result if True", "Result if False")
can also use hex colors, black is #00000 for example.
The way it works is like this
IF("CONDITION" , "Result if True", "Result if False")
can also use hex colors, black is #00000 for example.