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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!