Hi, decided I've spent enough time fumbling with this, time to ask for help.
The RED section or 'criteria range 2' of this sumifs formula is what I need some help on.
Column H = Duration in weeks, $H$6:$H$104
Column F = Start Date Range, $F$6:$F$104
Hypothetical 'End Date' column would equal -> F6+((H6*7)+1))
- Start date + ((7 days * # of weeks) + 1 day)
- Trying to avoid entering this column
=SUMIFS($J$6:$J$104,$F$6:$F$104,"<=" & T5,($F$6:$F$104+(($H$6:$H$104*7)+1)),">=" & T5)
Thanks in advance.
The RED section or 'criteria range 2' of this sumifs formula is what I need some help on.
Column H = Duration in weeks, $H$6:$H$104
Column F = Start Date Range, $F$6:$F$104
Hypothetical 'End Date' column would equal -> F6+((H6*7)+1))
- Start date + ((7 days * # of weeks) + 1 day)
- Trying to avoid entering this column
=SUMIFS($J$6:$J$104,$F$6:$F$104,"<=" & T5,($F$6:$F$104+(($H$6:$H$104*7)+1)),">=" & T5)
Thanks in advance.
Last edited: