Hi
My Formula all works except the "Complete section- if I change the Status column to 100 it remains "In Progess"
=IF([% complete]@row = 0, "Not Started", IF([% complete]@row < 100, "In Progress", IF([% complete]@row = 100, "Complete", "")))
Hi @Susan van Niekerk, you're so close. Try this formula:
=IF([% Complete]@row = 1, "Complete", IF([% Complete]@row = 0, "Not Started", "In Progress"))
Cheers,
Ric!
Happy to help!
THAN K YOU :-)
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.