Somebody posted a question about stock charts and I realized I have the same problem. I think I'm stating it better than the original post.
Every day I manually do this. I'm sure there's a better way. I've looked all over Pivot Tables and Subtotals and .....but just don't see how to do what I need. I want something that will read all of my data and give me output in a table format.
My data has these fields:
Date, starting volume, ending volume, refill volume, and some other stuff I don't care about. As in...
1/1/14, 412, 422, 418, other stuff
1/1/14, 82, 45, 912, other stuff
1/1/14, 54, 40, 28, other stuff
1/20/14, 9, 22, 20, other stuff
1/20/14. 111, 222, 333, other stuff
What I need is way to summarize all this to show me
Date, lowest starting volume on this date, highest ending volume on this date, highest refill volume on this date, lowest refill volume on this date.
1/1/14, 54, 422, 912, 28
1/20/14, 9, 222, 333, 20
Is there a way to do this with a pivot table? By magic?
Every day I manually do this. I'm sure there's a better way. I've looked all over Pivot Tables and Subtotals and .....but just don't see how to do what I need. I want something that will read all of my data and give me output in a table format.
My data has these fields:
Date, starting volume, ending volume, refill volume, and some other stuff I don't care about. As in...
1/1/14, 412, 422, 418, other stuff
1/1/14, 82, 45, 912, other stuff
1/1/14, 54, 40, 28, other stuff
1/20/14, 9, 22, 20, other stuff
1/20/14. 111, 222, 333, other stuff
What I need is way to summarize all this to show me
Date, lowest starting volume on this date, highest ending volume on this date, highest refill volume on this date, lowest refill volume on this date.
1/1/14, 54, 422, 912, 28
1/20/14, 9, 222, 333, 20
Is there a way to do this with a pivot table? By magic?