Count value from Row
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
-
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
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
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
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!