I am looking to connect both Checkbox columns with the Health column. These are the formulas I am looking for.
If Nothing is checked off, Health = Red
If SO Submitted = checked, Health = Yellow
If Done = checked, Health = Green
Hi Alexa,
Try this formula in your Health column:
=IF(AND([SO Submitted]@row = 0, Done@row = 0), "Red", IF(Done@row = 1, "Green", IF([SO Submitted]@row = 1, "Yellow")))
Glad to help!
Have a nice day,
Try this...
=IF(Done@row = 1, "Green", IF([SO Submitted]@row = 1, "Yellow", "Red"))
Thank you both for your input - it worked and was very helpful!
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.