Smartsheet Community:
I am trying to trigger the Box to Check if Any of the Criteria is met:
=IF([Test Script Status]@row = "Passed", OR(@cell = "Failed", @cell = "Deferred", @cell = "Retest Needed"), 1)
Not Sure what I am doing wrong.
Thanks
Hi @Ray B
Try this one.
=IF(OR([Test Script Status]@row = "Passed", [Test Script Status]@row = "Failed", [Test Script Status]@row = "Deferred", [Test Script Status]@row = "Retest Needed"), 1)
Did that work?
I hope that helps!
Be safe and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
That worked, Thanks!
@Ray B
Excellent!
You're more than welcome!
Can you tell me what I am doing wrong here:
=IF(ISDATE([Re-Test Date]@row >= DATE(2020, 7, 27)), 1)
The Box should check if its greater than or equal to 07/27/2020
Disregard! I figured it Out.
Glad that you got it working!
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.