jason carter
New Member
I have data listing stock to and from and need to create a pivot table of it.
I'd like the pivot table to list each category (ABCD) and then a value being the sum of all TO's minus all FROM's.
My data looks like this.
DATE AMOUNT FROM TO
1/07/2014 10 A D
16/07/2015 20 A C
31/07/2015 30 A C
15/08/2015 40 B A
30/08/2015 50CB
14/09/201560D
A
I'd like the pivot table to list each category (ABCD) and then a value being the sum of all TO's minus all FROM's.
My data looks like this.
DATE AMOUNT FROM TO
1/07/2014 10 A D
16/07/2015 20 A C
31/07/2015 30 A C
15/08/2015 40 B A
30/08/2015 50CB
14/09/201560D
A