I have 2 columns that I am trying to do a sheet summary on and can't figure best way to write. one column is a free text and the other column is a drop down list with several months. I need to get the counts of "Leaders" who select certain months (Oct, Nov, Dec, etc). Can this be done using CONTAINS ?
=COUNTIFS($[Leader or Talent]:$[Leader or Talent], "Leader"; AND $[Months Invite Accepted]:$[Months Invite Accepted],(CONTAINS "Nov FY23")