I am trying to create a formula to track how many hours are used between specific dates. The formula I tried is:
=SUMIF({Robert Harrison FY22 Training Range 2}, {Robert Harrison FY22 Training Range 1}, AND(@cell >= DATE(2021,09,27), @cell <= DATE(2021,10,24)))
I get an Invalid Operation when I do that. While the formula above doesn't show it, I used the Time Spent Column as the Range and the Completion date column as the Criterion, and the "AND" as the Sum_Range.
Any help would be greatly appreciated.