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
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!