The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
Here is the formula I’m currently working with:
AND(
IF(
DATETIME_DIFF(TODAY(),{Date Status was Modified},‘days’) > 30), IF({Status} = “Open”)), “No”
I’m trying to say if the {status} field contains “Closed” AND if the {Date Status was Modified} is m...
I believe I need a script rather than a combo of filtered views/linked fields/conditional rollups to accomplish my goal:
I have 3 tables: Employees, Seminars, Registrations
I’m trying to populate a field in the Registrations table with a sum of value...
I don’t think what I describe below is possible in Airtable. I’d love to be wrong. I’ve looked into junction tables, but I still don’t think that will solve this issue. If you have thoughts, please let me know. I’d be very happy to break down my desc...