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.

Wildcard workaround

Hi,

Trying to get some counts for a report and have run into a bit of a road block. In excel, I would typical use a count formula and a wildcard. However, Smartsheet doesnt seem to have the capability. Below if my code:

=COUNTIFS({Papers Range 2}, "*O'Malley*", {Papers Range 3}, "1 - Published")

How would I edit this to correctly capture the count? Thanks!

Best Answer

  • Overachievers Alumni
    Answer ✓

    Yes, wildcards are badly needed. There's an enhancement request in Community that I encourage you to vote for.

    That said, you can use CONTAINS often to accomplish what you need. Your formula would adjust to look like this:

    =COUNTIFS({Papers Range 2}, CONTAINS("O'Malley",@cell), {Papers Range 3}, "1 - Published")

    BRIAN RICHARDSON | PMO TOOLS AND RESOURCES | HE|HIM

    SEATTLE WA, USA

    IRON MOUNTAIN

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions