So I have 2 tables. A table that gathers values for each day of the week, and some days may have more than one entry. And another table that I wish to have the sub totals from each of the days entered above. Like this:
I would like to be able to calculate the sub totals - for instance Monday had 2 + 6 + another 2 at the bottom = 10, Tuesday had 6 + 3, and then another 6 at the bottom = 15, etc. Can someone help me with a formula that would do this?