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.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!