I have started a formula to sum the totals between dates and add them to another sheet.
=SUMIF({SJC18 January Tracker Range 1}, IF(AND(Date@row >= DATE(2022, 1, 1), Date@row <= DATE(2022, 1, 31))
The formula is not working. I need to Sum the total of the column between Jan 1, 2022 to Jan 31, 2022 only and add it to another sheet.
Any ideas??