=IF([Status],"Assigned but not completed", ROUND(today()-[Created],0),"")
I need an aging formula based on Creation date, today's date and the status of the entry.
Thank you for any assistance.
@AliT
Try:
=if([Status]@row="Assigned but not Completed", today()-created@row, "")
Dates - dates = integers, don't need the rounding formula.
@Austin Smith!! Thank you so much that worked perfectly!
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.