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
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!