Hi,
Not sure of the best method or formula, but I am trying to sum up (in column61) the total number of days worked in the last 2 weeks for everyone when the data looks like this:
I can do a countifs statement that returns the number of weekending dates that are within 2 weeks of the current rows weekending date, but not then be able to go on and add the number of days works on those rows.
=COUNTIFS([Weekending Date]:[Weekending Date], >([Weekending Date]@row - 14), [Weekending Date]:[Weekending Date], <([Weekending Date]@row + 1))
HELP!!!😁