Need help with COUNTIF referencing another sheet

Hello, can somebody help identify what is wrong with this formula =COUNTIF({Quasar DFMEA - Data Shuttle RPN Range}, [RPN]:[RPN], I'm getting a "UNPARSEABLE" error.

Best Answer

  • KPH
    KPH ✭✭✭✭✭✭
    Answer ✓

    It could be that your cross sheet reference is not set up correctly.

    You should have one sheet with a text/number column in it that contains the RPN values, like this:

    (the column name doesn't matter and you can have lots of other columns as well).

    You set up a reference to that sheet like this:

    (the entire column is selected and the reference name is the exact one used in the formula)

    Then on another sheet you should have a cell in a text/number column with this formula in:

    =COUNTIF({Quasar DFMEA - Data Shuttle RPN Range}, >99)

    In my example that would give an answer of 3.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!