Hi. How do I adjust my column formula to include Status <> Complete or <> Phase 2?
My formula is:
=IF(AND(Finish@row < TODAY(), Status@row <> "Complete", Health@row <> ""), "Yes", "")
=IF(AND(Finish@row < TODAY(), OR(Status@row <> "Complete", Status@row <> "Phase 2"), Health@row <> ""), "Yes", "")
Sorry, that did not work. It turned items that were Complete as Past Due.
I changed the OR to and AND and that may be closer to what you are looking for:
=IF(AND(Finish@row < TODAY(), AND(Status@row <> "Complete", Status@row <> "Phase 2"), Health@row <> ""), "Yes", "")
Ba-Da Bing! Works like a charm. Thank 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, sort, discussion, discussion/name, tags, breadcrumbs, discussionApiParams, serverDraftID, serverDraft.