Countif help where range column contains column formula and text

2»

Answers

  • Thank you for this information!


    OK, so the only formula listed above that could produce a #NoMatch error would be the VLOOKUP.

    Is is possible that there's a hidden row or collapsed child row that has this error?

    Can you try adding the IFERROR around the Project Type formula to see if this resolves your initial COUNTIF formula?


    Try this:

    =IFERROR(VLOOKUP([Innovation Type]@row, {GPN Dashboard Look-up Table Range 1}, 2, false), "No Match")

    Need more help? 👀 | Help and Learning Center

    こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions

  • Alexis Kipping
    Alexis Kipping ✭✭✭✭

    Changing Project Type to the formula you suggested worked!

    =IFERROR(VLOOKUP([Innovation Type]@row, {GPN Dashboard Look-up Table Range 1}, 2, false), "No Match")

    Summary Formula for Active project count is now working :)

    Thank you all!!!

  • No problem! I'm glad we could get to the bottom of it and find the root cause. The domino effect with formula errors can be a tricky one to identify! 🙂

    Need more help? 👀 | Help and Learning Center

    こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!