I am trying to create a formula to count how many "A" in in the dropdown menu column which you can select multiply answers. I also need this formula to look at the 1st quarter only of 2025. Any information will be appreciated.
=COUNTIFS([THREAD]:[THREAD], HAS("A", AND([Date Submitted]:[Date Submitted], >=DATE(2025, 1, 1), AND([Date Submitted]:[Date Submitted], <=DATE(2025, 3, 31)))))