Can anyone help me please with the below formula. it all works fine except the date section at the end. what i am trying to achieve is a condition that captures entries that fall between 2 dates in the past. eg last 60 days and last 30 days
=SUMIFS([Actual Hours]43:[Actual Hours]602, Status43:Status602, "Complete", Type43:Type602, "Arch", Finish43:Finish602, =([MOS Date]1 < >[MOS Date]2))