Count if for multiple columns
Hi all,
I'm trying to create a count if formula to find data in two columns.
For instance I have two columns. One column is status and the other is for discipline.
I am trying to count if the status is "complete" and the discipline is "marketing". I need the formula to tell me what is the total count in the Smartsheet. Anyone have a formula I could use? Is the "Count If" the right formula to use for this?
Tags:
Answers
-
You actually want the COUNTIFS (with the S on the end) to incorporate more than 1 range/criteria set.
=COUNTIFS(Status:Status, "Complete", Discipline:Discipline, "Marketing")
-
THIS WORKS! Thank you so much!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!