Hi team - I have a sheet that has a "created" date that is auto generated. Now that we're into 2021 I need to differentiate 2021 vs 2020 months.
I used the following formula last year to get a count of something specific:
=COUNTIFS({(Source Data) Main row}, 1, {(Source Data) Exempt}, 0, {(Source Data) Created}, IFERROR(MONTH(@cell), 0) = 1)
But now that we're into 2021, how do I specify the same formula statement but include months with 2021 included?
Thanks,
Jeff