Good afternoon,
I'm sorry for a somewhat redundant question but I've not been able to get this to work.
I need to sum up the hours if the days are in the same week. But, if no date, leave it blank.
I have a date column that could be used and a week of the month column.
This is one of many formulas I've tried.
=IF(COUNTIFS([Week of the Month]:[Week of the Month]@row, [Week of the Month]@row, SUMIFS([Hours Worked]:[Hours Worked]@row, [Week of the Month]:[Week of the Month@row, [Hours Worked]@row, ""))
I appreciate your expertise on this!