I'm curious to see if there is a formula out there that I am missing. Currently this formula takes this current year and subtract one from it and also references a month based on a monthly column. So instead of having to reference 2024 in the formula I can say year today minus one to reference that year. I'm curious is there a way to do that for the months of the previous year so I wouldn't have to have the "01"in this formula?
=COUNTIFS({Community Requests Range 4}, "01", {Community Requests Range 3}, YEAR(TODAY()) - 1)
Currently, I have to create columns for all of my previous months of the year. In January I would have a formula that has the "01" to ref jan, "02" to ref Feb, etc. So at the end of one year, I need to paste the January formula into a new column to reference the next year is there a way to have the January cell automatically know it is January (ex. Month(Today()-1) for that previous year based on the current month I'm in? I'm not sure if this is even possible since the current month always changes? Thank you for any information.