Hello!
I've been having trouble getting this formula correct. Here are the details.
I want to count the number of "Agree Strongly" and "Agree Somewhat" in the Survey Results column when the date is the current month in the date column.
=COUNTIFS({Survey Results Range 1}, OR(@cell = "Agree Strongly", @cell = "Agree Somewhat", {Date Range 2}, IFERROR(MONTH(@cell), 0) = MONTH(TODAY()), {Date Range 2}, YEAR(@cell) = 2021))
Thank you!!