COUNTIFS using today's month
Hi
I'm currently trying to count the number of jobs, matching a specific work type when the received date matches today's month. I am referenced another sheet (Job Log) also.
The formular I am currently using is:
=COUNTIFS({Job Log l Job Type}, [Job Type]@row, {Job Log l Office}, "Birmingham", [{Job Log l Date Received}, IFERROR(MONTH(@cell), 0) = MONTH(TODAY()))
but, I'm getting a #UNPARESABLE error.
I have also tried the following formula:
=COUNTIFS({Job Log l Job Type}, [Job Type]@row, {Job Log l Office}, "Birmingham", {Job Log l Date Received}, MONTH(TODAY()))
This is returning a 0 but, for this particular one, I was expecting a 3 to be returned.
TIA
Cheryl
Best Answer
-
Seems like you have an extra brackets (just before {Job Log l Date Received}):
=COUNTIFS({Job Log l Job Type}, [Job Type]@row, {Job Log l Office}, "Birmingham", [{Job Log l Date Received}, IFERROR(MONTH(@cell), 0) = MONTH(TODAY()))
Answers
-
Seems like you have an extra brackets (just before {Job Log l Date Received}):
=COUNTIFS({Job Log l Job Type}, [Job Type]@row, {Job Log l Office}, "Birmingham", [{Job Log l Date Received}, IFERROR(MONTH(@cell), 0) = MONTH(TODAY()))
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 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!