COUNTIFS Fomula
I created a COUNTIFS formula in Excel which would count the values "Expired" and "Overdue" and add the total's together.
Excel Formula: =SUM((COUNTIFS(C:C, "CO-CURRIC-COI",J:J,"Expired")),(COUNTIFS(C:C, "CO-CURRIC-COI",J:J,"Overdue")))
When trying to emulate it in Smartsheet, I get a #unparseable error. Not sure what I am doing wrong and if there is a better formula to achieve it, I'm all for it.
SmartSheet Formula: =SUM((COUNTIFS({Chancellor's Office - Presidential Evaluat Range 3}, CO-CURRIC-COI), {Chancellor's Office - Presidential Evaluat Range 1,"Expired",),(COUNTIFS({Chancellor's Office - Presidential Evaluat Range 3},CO-CURRIC-COI,{Chancellor's Office - Presidential Evaluat Range 1},"Overdue"))
Best Answer
-
It looks like the syntax in your formula is causing the issue. There are missing "" and extra commas and parenthesis. Try the formula below.
=SUM(COUNTIFS({Chancellor's Office - Presidential Evaluat Range 3}, "CO-CURRIC-COI", {Chancellor's Office - Presidential Evaluat Range 1}, "Expired"), COUNTIFS({Chancellor's Office - Presidential Evaluat Range 3}, "CO-CURRIC-COI", {Chancellor's Office - Presidential Evaluat Range 1}, "Overdue"))
Answers
-
It looks like the syntax in your formula is causing the issue. There are missing "" and extra commas and parenthesis. Try the formula below.
=SUM(COUNTIFS({Chancellor's Office - Presidential Evaluat Range 3}, "CO-CURRIC-COI", {Chancellor's Office - Presidential Evaluat Range 1}, "Expired"), COUNTIFS({Chancellor's Office - Presidential Evaluat Range 3}, "CO-CURRIC-COI", {Chancellor's Office - Presidential Evaluat Range 1}, "Overdue"))
-
Jason. My hero! Thank you. Of course it would be something simple like that. Appreciate your help!
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
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!