Countif vs countifs with date between two dates
Hi team,
Can someone help me with this issue.
This formula works:
=COUNTIF({NL Daily Error Log Date}, >=[Start date month]@row)
This formula does not work (invalid operation):
=COUNTIFS({NL Daily Error Log Date}, {NL Daily Error Log Date} >= [Start date month]@row, {NL Daily Error Log Date} <= [Start date month]@row)
And this one does not work either (unparseable)
=COUNTIFS({NL Daily Error Log row no}, {NL Daily Error Log Date},>=[Start date month]@row, {NL Daily Error Log Date},<=[End date month]@row))
Can someone help me make one of the 2 non-working ones work?
thanks so much in advance!
Judith
Answers
-
I found it!
Correct is: =SUMIFS({NL Daily Error Log row no}, {NL Daily Error Log Date}, >=[Start date month]@row, {NL Daily Error Log Date}, <=[End date month]@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!