Rookie here - can someone please tell me what I'm doing wrong?
=IF(AND([Started?]@row = true, (TODAY(20) > [End Date]@row, "Urgent", IF(AND([Started?]@row = true, (TODAY(7) > [End Date]@row, "At Risk", "Not Started")))
Try this...
=IF(AND([Started?]@row = 1, TODAY(20) > [End Date]@row), "Urgent", IF(AND([Started?]@row = 1, TODAY(7) > [End Date]@row), "At Risk", "Not Started"))
It worked perfectly! Thank you so much!!!!
Happy to help. 👍️
ref must be one of: categoryID, siteSectionID, category, category/categoryID, category/name, category/description, category/url, category/allowedDiscussionTypes, locale, siteSection, siteSection/basePath, siteSection/contentLocale, siteSection/sectionGroup, siteSection/sectionID, siteSection/name, siteSection/description, siteSection/apps, siteSection/attributes, layoutViewType, discussionID, commentID, page, latest, sort, sortType, lookupSort, discussion, discussion/name, tags, breadcrumbs, discussionApiParams, serverDraftID, serverDraft.