Hi, going off of my previous topic about gardening in “How can I use a formula for the below data?” I am wondering if there is a way to mark a row to show that I missed the target date for the plantings. Say like my target date is 11/20/22 but I didn’t get around to it till the 23rd. Is there a way to make it automatically color or trigger that row saying that I went over that date? Thanks.
Page 1 / 1
Formula:
IF(
{Date Completed} > {Target Date},
"went over",
"okay"
)
^^ Then set your View’s record coloring to use the condition Formula contains went over
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.