Hello, can anyone help me why this formula doesn't work?
=IF(CONTAINS("Red",Issue1),"Red"),IF(CONTAINS("Green",Issue1),"Green"),IF(CONTAINS("Yellow",Issue1),"Yellow",)
Got it. And also added an ISBLANK.
=IF((ISBLANK(Issue1)), "Green", IF(CONTAINS("Red", Issue1), "Red", IF(CONTAINS("Green", Issue1), "Green", IF(CONTAINS("Yellow", Issue1), "Yellow"))))
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, sort, discussion, discussion/name, tags, breadcrumbs, discussionApiParams, serverDraftID, serverDraft.