Hi everyone, So glad to join the community. I’m new to Airtable and been trying to get this work for the last 3 days, but I’m hopeless right now.
So I have this “Overdue” column which shows it when the date is past 1.5 days from “Last Catchup”.
Formula: IF(DATETIME_DIFF(TODAY(),{Last Catchup},‘days’)>1.5,“Overdue”)
I have 2 more fields that need to be added to this:
- Engagement (Single Select Field)
- Tag (Single Select Field)
What it needs to do:
- I need to show the overdue after 2 days when “Engagement” field is set to “Couldn’t Connect”
- Overdue after 3 days when the “Engagement” field is set to “Guest Unresponsive”
AND
Need to hide the Overdue when:
The “Tag” field is set to “Confirmed” or “Lead Dropped”
Any help would be really appreciated. I tried a few things, but in the end, it shows an error in the formula.