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")