Connect with peers, share your expertise, and inspire whatβs next in Smartsheet β from proven practices to practical how-to insights from fellow users and product experts.
I am trying to set a date formula to for the following statement;
if the [Next Due Date] is <= 27/07/2023 return "Performed"
Example:
=IF(ISBLANK([Last inspection]@row), "", IF(DATE(2023,7,27)) < [Next Due Date]@row, "Overdue", "Performed"))
Try removing one of the closing parenthesis after the DATE function.
Thanks! That sorted it!π
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.