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
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 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!