All data is in Excel Table nameddatain the range B5:F16.
Note that we want to calculate aweighted averagein this case.
By itself, this formula will return the total Amount for each date.
Total hours per date
The next step is to calculate the total hours per date.
This formula will return the total Hours logged for each date.
Why not do the same thing with SUMIFS?
This means we can’t supply a calculation for the sum range in this case.