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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!