How do I count occurrences of a word in a row?
I'd love to count the number of times the word "below" occurs in a row.
Apologies for the simplicity of this question, I'm very new to Smart Sheets!
This word could occur as either "below target" or "significantly below target", but I'm hoping just to count ALL instances of "below" once if that's possible.
I've tried =COUNTIF(@ROW, below)
=COUNTIF(@ROW, "below")
=COUNTIF(@ROW, {below})
and all are unparseable, so I'm misunderstanding something very basic here.
Tags:
Answers
-
See below formula.
Replace the column names (bolded text) with your specific columns you wish to count.
=COUNTIF([column1]@row:[column9]@row, CONTAINS("below", @cell))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!