I have a formula that will give me the current week capacity:
=SUMIF(@{Week Number}, @cell = (WEEKNUMBER(TODAY())), {Capacity}).
However I'm not sure of the formula to capacity for the next week or the past week capacity
=SUMIF(@{Week Number}, @cell = (WEEKNUMBER(TODAY()) +7), {Capacity}).
I would greatly appreciate some assistance.
Thanks
