Greetings-
I need some advice in regards to best practices when it comes to tracking multiple years and what to do when one year ends. For example, my SS below tracks submissions via the form by month and year using the formula below for January.
=COUNTIFS({Community Engagement Request Range 1}, "1", {Community Engagement Request Range 2}, "2023")
When 2023 ended, I had to copy and paste every month into 2024 columns then manually update each line of code to say 2024 where it used to say 2023. There has to be some way or best practice to accomplish these metrics per year but not have to update lines of code for every SS I have created at the end of each year to prepare for the next calendar year change?
What am I missing to make this easier? Thanks for any info!