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.

CountIFs

Creating a function to count certain states in one function listed below:

=COUNTIFS([Travel State]:[Travel State], OR([Travel State]@cell = "CO", [Travel State]@cell = "TX", [Travel State]@cell = "WA", [Travel State]@cell = "OK", [Travel State]@cell = "NM", [Travel State]@cell = "NE", [Travel State]@cell = "MO", [Travel State]@cell = "MN", [Travel State]@cell = "ID", [Travel State]@cell = "IA"))

However, I receive #Unparsable notification.

Best Answer

  • Community Champion
    Answer ✓

    Give this a try:

    =COUNTIFS([Travel State]:[Travel State], OR(@cell = "CO", @cell = "TX", @cell = "WA", @cell = "OK", @cell = "NM", @cell = "NE", @cell = "MO", @cell = "MN", @cell = "ID", @cell = "IA"))

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions