Help with formula? trying to make a symbol (the star highlighted) if the due date is in the last 7 days, today or next 7 days
=IF(OR([Planned End Date]@row, <=TODAY(7), [Planned End Date]@row, >TODAY(7)), 1, 0)
Hi Jennifer,
Try this formula:
=IF(AND([Planned End Date]@row >= TODAY(-7), [Planned End Date]@row <= TODAY(7)), 1, 0)
Hope this helps!
Have a nice day,
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.