Hello Community…
Stuck trying to work out a COUNTIFS formula for Status is X and Year from a date column is current year,
The first part I have…
=COUNTIFS({Status}, "Pending Submission",
The second part I am looking for help in this the {Submission Date} which is currently a date column is the current YEAR.
I have this working with the use of a helper column as per below but wanted to know if this be achieved without a helper column to extract the year?
=COUNTIFS({Status}, "Pending Submission", {Helper Column-Submission Year}, YEAR(TODAY()), {Another field}, 0)
Grateful for any help/advice,
Protonsponge