Forum Discussion
ClariceDennison
Qrew Trainee
Thank you so much Mark!
re: the date assumption, yes, that is correct.
I ended up switching the formula around as the rows were not turning red.
Thanks again!
------------------------------
Clarice Dennison
------------------------------
re: the date assumption, yes, that is correct.
I ended up switching the formula around as the rows were not turning red.
IF(
IsNull([Completion Date])
and
Today() - ToDate([Assignment Date and Time]) >= Days(7), "#F60612")
Thanks again!
------------------------------
Clarice Dennison
------------------------------
MarkShnier__You
4 years agoQrew Legend
OK great, I thought that you wanted to warn when the Today was coming up to be within 7 Days of the Assignment Date but I see that you want to know if it's more than 7 days late.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------