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.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!