Adding Contains to My Formula

Good Evening Smartsheet Community:
I am trying to count the number of Fail that Contain FSA in the Key, but I can not seem to get the last part of the Formula Correct.
Current Formula: =COUNTIFS({Test Env}, "Prod", {Test Status}, "Fail", {Key}, CONTAINS("FSA"))
Thanks
Best Answer
-
Genevieve P. Employee Admin
Hi@Ray B
TheCONTAINS function (see here)requires a range to be specified within it, along with the criteria. Since you already state the range before it, you just needto use @cellin order to tell the formula to look intoeach cellof the previously listed range.
Try this:
=COUNTIFS({Test Env}, "Prod", {Test Status}, "Fail", {Key}, CONTAINS("FSA", @cell))
(PS@Mark C.I think you may have pasted in the wrong formula? Looks like a great solution for someone else, though!)
Cheers!
Genevieve
Answers
-
Mark Cronk ✭✭✭✭✭✭
Hi@Ray B
Try:
=IF(AND([FINISH]@row< [Go live Date]@row), OR(Status@row = "In Progress", Status@row = "Not Started", Status@row = "At Risk")),1,0)
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Genevieve P. Employee Admin
Hi@Ray B
TheCONTAINS function (see here)requires a range to be specified within it, along with the criteria. Since you already state the range before it, you just needto use @cellin order to tell the formula to look intoeach cellof the previously listed range.
Try this:
=COUNTIFS({Test Env}, "Prod", {Test Status}, "Fail", {Key}, CONTAINS("FSA", @cell))
(PS@Mark C.I think you may have pasted in the wrong formula? Looks like a great solution for someone else, though!)
Cheers!
Genevieve
-
Mark Cronk ✭✭✭✭✭✭
Ooooops! Sorry. Thanks@Genevieve P.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Anthony Barthelemy ✭✭✭✭✭✭
Ok, I tried that but it Resulted in Blocked. Logged Out of Smartsheet and back in and it worked. Has that anyone else Experienced that before?
Thanks
Help Article Resources
Categories
I hope you're well and safe!<\/p>
You must add\/change the Rule #1 name.<\/p>
Did that work\/help? <\/p>
I hope that helps!<\/p>
Be safe, and have a fantastic week!<\/p>
Best,<\/p>
Andrée Starå<\/strong><\/a> | Workflow Consultant \/ CEO @ WORK BOLD<\/strong><\/a><\/p>
I believe this will work based on your ask.<\/p>
In your Expected Days to Completion, you need to use a round formula to make it a whole number.<\/p>
Then in your Est Completion Date, you should be able to use<\/p>