COUNTIF Function
rlakin52911
✭✭✭
Im trying to count 2 columns on a issue sheet and want to count out each specific type (Risk, Action, Issue, Decision) that are open (not counting the closed or in progress types)
I have these formuals but its not producing a result
- =COUNTIF(Type1:Type50, "Risk", [Status1]:[Status50], "Open")
- =COUNTIF(Type1:Type50, "Action", [Status1]:[Status50], "Open")
- =COUNTIF(Type1:Type50, "Issue", [Status1]:[Status50], "Open")
- =COUNTIF(Type1:Type50, "Decision", [Status1]:[Status50], "Open")
As an aside, why do I have to select a range and not just the entire column?
Any help experts? Thank you for any guidance. I'm one week into SS, loving it.
Tags:
Comments
-
Found it!!
=COUNTIFS(Type:Type, "Risk", Status:Status, "Red")
-
Yep. You can reference the entire column by just using the column name between a colon. [Column Name]:[Column Name]
Good find.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 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!