Hi! I am trying to write a SUMIF formula that calculates four separate column values that is less than 7 days old.
The below formula works, but I need to figure out how to add in the 3 other columns I need to include in the calculation. Column names: Motion Temp Total, Still Perm Total, Still Temp Total
Any help would be greatly appreciated. :)
=SUMIFS([Motion Permanent Total]:[Motion Permanent Total], [Date Completed]:[Date Completed], <TODAY(7))