Countifs with multiple variables.

I'm trying to count the number of each Request Type for the current month based on the Created Date pulling data from the Sheet - Engagement Request Tracking with Form.
Here's a picture of my source sheet:
Here's a picture of my sheet to capture the totals:
If tried using several formulas and can't seem to come up with anything that seems to work. Here's one of the formulas I tried:
=COUNTIFS({Sheet - Engagement Request Tracking with F Range 1}, Category@row, [{Sheet - Engagement Request Tracking with f Range 4}, IFERROR(MONTH(@cell), 0) = Month(Today())])
Any suggestions? I'm still learning so please keep that in mind... :-)
Best Answer
-
I think you're pretty close. I don't know about the IFerror, but it looks alright without the brackets.
=COUNTIFS({Sheet - Engagement Request Tracking with F Range 1},Β Category@row, {Sheet - Engagement Request Tracking with f Range 4}, IFERROR(MONTH(@cell), 0) = Month(Today()))
Answers
-
I think you're pretty close. I don't know about the IFerror, but it looks alright without the brackets.
=COUNTIFS({Sheet - Engagement Request Tracking with F Range 1},Β Category@row, {Sheet - Engagement Request Tracking with f Range 4}, IFERROR(MONTH(@cell), 0) = Month(Today()))
-
Thank you...I was almost there. This worked.
-
Yep, smartsheets help documents use brackets to show optional data but sometimes it looks like you need to add them. :) I'm glad I could help you out.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!