This is the formula I tried, but I'm missing something.
=IF(OR[Location Status]@row = "Active", "Operational", 1, 0)
Thank you for your help!
Hi @Kitty, Your original formula is very close to being correct. Here is the fix
=IF(OR([Location Status]@row = "Active", [Location Status]@row = "Operational"), 1, 0)
YES! That worked! Thank you SO VERY MUCH!!!
Kitty S.
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.