Formula SUMIF with date range
Drea Mora
✭✭✭✭
Hello,
I have a sheet that tracks educational programs: date of the program, # of participants, and content categories for reporting purposes. I'm trying to write a formula that counts all the participants in a specific date range and falls into a specific category but I keep unparsable. Can someone help me figure out what I am doing wrong?
=SUMIFS([# of participants]:[# of participants]), AND([Date of Event]:[Date of Event], AND(@cell >= DATE(2023, 7, 1), @cell <= DATE(2024, 6, 30))) AND([Type of Program]:[Type of Program], "Community Engagement")
Tags:
Best Answer
-
=SUMIFS([# of participants]:[# of participants], [Type of Program]:[Type of Program], "Community Engagement", [Date of Event]:[Date of Event], AND(@cell >= DATE(2023, 7, 1), AND(@cell <= DATE(2024, 6, 30) )))
...
Answers
-
=SUMIFS([# of participants]:[# of participants], [Type of Program]:[Type of Program], "Community Engagement", [Date of Event]:[Date of Event], AND(@cell >= DATE(2023, 7, 1), AND(@cell <= DATE(2024, 6, 30) )))
...
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!