MarkShnier__You
Qrew Legend
2 years agoRe: Color coding based on Next Due Date field
Unlike Excel you don't need to nest your IFs for most logic situations. Just list the conditions in the sequence you want them check d the first one wins.
If(
[Next Due Date]<Today()-Days(30), "Yellow",
[Next Due Date]<Today(),"RED"])
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------