Forum Discussion
MarkShnier__You
Qrew Legend
3 months agonp, that built in field for [Date Modified] is actually a Date / Time field type. Soi we need to convert it to be just the Date. Try this:
IF(
ToDate([Date Modified])<=Today() - Days(7),"green")