Hi all
Basically I have a table like this:
Week | Value
1 | 2
2 | 3
2 | -1
2 | 1
2 | 1
3 | 4
3 | 2
6 | 4
7 | 1
I need a chart to show the sum of the values for each week only if the value is greater than 0... so for
week 1 --> 2
week 2 --> 5
week 3 --> 6
week 6 --> 4
week 7 --> 1
Anyone have any idea how to do this? I am a bit mift... Thanks for any help it's much appreciated.