Hello, I currently have this formula below but unfortunately its counting all rows with "XY" listed as Supplier when [Dated Closed] column has a closed date in it....because of course I'm telling it to in this formula. But how can I change it to only count those rows with "XY" listed as Supplier and Closed Date, when date is shown are only those in this year (2024) and to not count when Closed Date is blank?
=COUNTIFS({CAPA Supplier}, "XY", {CAPA Helper Column}, 1, {CAPAs Range 1}, <>"")