I have a document with Column A (Date) and Column B (Hours). I created a Pivot Table on another sheet, and it's doing an okay job of showing the data:
6/1/2014
2
1.25
6/2/2014
3
0.25
6/3/2014
4
3.5
What I would like it to do is SUM the hours, so it looks like this:
6/1/2014
3.25
6/2/2014
3.25
6/3/2014
7.5
How can I do this?
