I am trying to add a total from a column in another sheet if it falls between 2 dates and it is not working...any help would be so much appreciated! Here is what I have:
=SUMIFS(’2022’!AB:AB,‘2022’!A:A,‘2022’!A:A,">="&DATE(2022, 1, 1),"<="&DATE(2022, 1, 31))