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.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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!