Comments not blank for current year
I'm getting an incorrect argument set on this sheet summary formula. I'm capturing the count of non-blank comments for the current year. Can you tell me where I went wrong? I tried changing to count if and same error.
=COUNTIFS(Comments:Comments, NOT(ISBLANK(@cell), Created:Created, IFERROR(YEAR(@cell, 0) = YEAR(TODAY()))))
Best Answer
-
Hey @Amy Swan
When using a function within a COUNTIFS, the function needs to be closed off as part of the criteria. The closing parentheses were placed at the end of the COUNTIFS instead.
=COUNTIFS(Comments:Comments, NOT(ISBLANK(@cell)), Created:Created, IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))
Will this work for you?
Kelly
Answers
-
Hey @Amy Swan
When using a function within a COUNTIFS, the function needs to be closed off as part of the criteria. The closing parentheses were placed at the end of the COUNTIFS instead.
=COUNTIFS(Comments:Comments, NOT(ISBLANK(@cell)), Created:Created, IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))
Will this work for you?
Kelly
-
Bless you Kelli Moore- That worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!