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
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!