Formula Containing Two Separate Column Results
I am attempting to create a Smartsheet Summary field that contains a formula that provides the count of the number of risks I have in the risk column of a sheet combined with a status of not closed in a subsequent status column. This is the formula I have written but it is returning a parsing error:
=COUNTIF([Risk or Issue]:[Risk or Issue], ="Risk", [Status]:[Status], <>"Closed")
Any insight would be helpful.
Thank you in advance.
Best Answer
-
Hi,
Change to COUNTIFS. Try:
=COUNTIFS([Risk or Issue]:[Risk or Issue], ="Risk", [Status]:[Status], <>"Closed")
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi,
Change to COUNTIFS. Try:
=COUNTIFS([Risk or Issue]:[Risk or Issue], ="Risk", [Status]:[Status], <>"Closed")
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Hi Mark,
Worked beautifully! Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!