Formula to count unique value from single dropdown row
Hello, Im looking for a simple formula to count "Not started" values from a [Action Plan Status] column
This is the formula im trying to use:
=COUNT([Action Plan Status]@row, "Not started")
Thank you!
Best Answer
-
You're almost there @Rodrigo Colsa
You need to use a COUNTIF if you want to include some logic.
And to reference the entire Action Plan Status column you need to use [Action Plan Status]:[Action Plan Status] rather than [Action Plan Status]@row which just counts the single cell in the [Action Plan Status] column on that row.
=COUNTIF([Action Plan Status]:[Action Plan Status], "Not started")
Answers
-
You're almost there @Rodrigo Colsa
You need to use a COUNTIF if you want to include some logic.
And to reference the entire Action Plan Status column you need to use [Action Plan Status]:[Action Plan Status] rather than [Action Plan Status]@row which just counts the single cell in the [Action Plan Status] column on that row.
=COUNTIF([Action Plan Status]:[Action Plan Status], "Not started")
-
thank you @KPH I was almost there!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!