Count value from Row

Options

Hello Team,

I need your help to count value form row. Here is my question.

So I want to count all C0 in my whole spool numbers.


I tried formula =COUNTIF([Spool Number]1:[Spool Number]926 @row, CONTAINS("C0",@cell))

Please correct me where I am wrong.


Thank you.

Best Answer

  • Genevieve P.
    Genevieve P. Employee Admin
    Answer ✓
    Options

    Hi @Namrata Tewar

    To reference an entire column, you'll want to list the column name twice without numbers.

    Instead of:

    [Spool Number]1:[Spool Number]926

    Use:

    [Spool Number]:[Spool Number]


    Try this:

    =COUNTIF([Spool Number]:[Spool Number], CONTAINS("C0", @cell))


    Cheers,

    Genevieve

Answers

  • Genevieve P.
    Genevieve P. Employee Admin
    Answer ✓
    Options

    Hi @Namrata Tewar

    To reference an entire column, you'll want to list the column name twice without numbers.

    Instead of:

    [Spool Number]1:[Spool Number]926

    Use:

    [Spool Number]:[Spool Number]


    Try this:

    =COUNTIF([Spool Number]:[Spool Number], CONTAINS("C0", @cell))


    Cheers,

    Genevieve

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!