=SUMIFS([Diagnostic]:[In Progress], 1, [Start Date]:[Start Date], IFERROR(YEAR(@cell), 0) = 2022)
Want to sum values in columns Diagnostic, Disc and In Progress where the date/year is 2022.
The columns are in this order - Diagnostic, Discovery and In Progress. With 1 or 0 values in them.
I need a sum of all these 3 columns where the year is 2022 - which will give me a total number.