Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Oct 19, 2022 08:46 AM
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.
Oct 19, 2022 09:21 AM
Formula:
IF(
{Date Completed} > {Target Date},
"went over",
"okay"
)
^^ Then set your View’s record coloring to use the condition Formula contains went over