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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!