I'm currently using a formula I found from a member and it works great. Below:
=IF([Finish]@row<= TODAY(-4), "Red", IF([Finish]@row<= TODAY(-2), "Yellow", "Green"))
I need to exclude this if "Status" is "Complete" or "N/A"
Thanks!
Brent
Try: =IF(OR(Status@row = "Complete", Status@row = "N/A"), "", IF(Finish@row <= TODAY(-4), "Red", IF(Finish@row <= TODAY(-2), "Yellow", "Green")))
Nic, That worked great!
Thanks so much for your 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.