I need to sum data in one column based on the month and year.
=SUMIFS({011-AP Archive Computed Count}, {011-AP Archive Month}, 12, {011-AP Archive Year},2025))
I did the same formula for COUNTIFS, and it worked beautifully.
=COUNTIFS({011-AP Archive Month}, 12, {011-AP Archive Year}, (2025))
Any help will be appreciated.