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
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!