Why won't my Nested COUNTIFS work?
Hoping the community can assist!
These two COUNTIFS work separately.
=COUNTIFS({Finish}, >TODAY())
=COUNTIFS({PctComplete}, <1)
But why isn't it working when I nest them together? (it returns #Incorrect Argument Set?)
=COUNTIFS({Finish}, >TODAY({PctComplete}, <1))
If you care to, I'd appreciate answers to a few additional questions:
- I'm also confused with why the first forumla above requires the empty parens, but the 2nd formula is working without them.
- Smartsheet documentation shows square brackets [], but the actual software is inserting squigly brackets {}. Is there a difference?
Thanks,
Jon
Comments
-
Try this:
=COUNTIFS(Finish:Finish, >TODAY(), PctComplete:PctComplete, <1)
-
You were missing the comma after the Today(). It wasn't separating out your statements as separate conditions.
-
Hi Jon,
To add to previous answers.
- Smartsheet documentation shows square brackets [], but the actual software is inserting squigly brackets {}. Is there a difference?
Square brackets are used when there are numbers or more than one word in the column name.
The curly braces are used when you want to use cross-sheet formulas.
Hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!