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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!