Formula to Count Number of Rows that meet a condition in 1 column and another column
Hi,
I am trying to write a formula to count the number of rows that meets the following:
- Looks at a column called "Project Approval" and finds rows that contain a value of "Approved"
- AND looks at another column called "Project Status" to exclude "Completed"
I am also creating this formula in a sheet that references the sheet that has the two above columns.
Any help on this? I have tried various COUNTIF and COUNTIFS formulas but thoroughly confusing myself at this point.
Thank you!
Best Answer
-
Try this:
=COUNTIFS([Project Approval]:[Project Approval], "Approved", [Project Status]:[Project Status], <>"Completed")
Answers
-
Try this:
=COUNTIFS([Project Approval]:[Project Approval], "Approved", [Project Status]:[Project Status], <>"Completed")
-
Perfect! Worked, thank you so much.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 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!