I am trying to count the total of extensions completed more than 30 days from my contracts sheet.
=COUNTIFS(Team:Team, "EPS", Disposition:Disposition, "Extend as is", QTR:QTR, "FY22 Q2"), AND([Days Extended prior to Expiration]:[Days Extended prior to Expiration], >30)
Answers
-
Hello @Yanneth
The syntax needs some tweaking in the above formula.
=COUNTIFS(Team:Team, "EPS", Disposition:Disposition, "Extend as is", QTR:QTR, "FY22 Q2", [Days Extended prior to Expiration]:[Days Extended prior to Expiration], >30)
Kelly
-
I tried that, and does not work. I get a message of invalid operation
-
Hey Yanneth
Is it possible to see a screenshot so that I can verify the data you're entering is what the formula is expecting?
For troubleshooting purposes, begin removing the range-criteria pairs, one by one. I would start at the end and remove the [Days Extended Prior to Exp] and the .>30. This will help pinpoint if there is a specific term that is causing the problem.
-
This is my table, I do have a good result with out the last criteria, it is when I add the last criteria that the formula does not work
-
Hey @Yanneth
In the screenshot above the [Days Extended prior to Expiration] field is blank. I wanted to see if you have only numbers in that field.
Let's see if this works
=COUNTIFS([Days Extended prior to Expiration]:[Days Extended prior to Expiration], ISNUMBER(@cell), Team:Team, "EPS", Disposition:Disposition, "Extend as is", QTR:QTR, "FY22 Q2", [Days Extended prior to Expiration]:[Days Extended prior to Expiration], >30)
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!