Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Is there such a thing as COINTAINSIF?

Which function do I use to count the number of times certain letters eg PRJ and TRN appear in a range if in another column the project is open (not closed).


image.png


Answers

  • ✭✭✭

    You would want to use COUNTIFS(CONTAINS( for your formula. I provided an example below. Let me know if you have any issues.


    image.png


    =COUNTIFS(CONTAINS("Red", Color@row:Color@row), =true, Number@row:Number@row, "2")

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions