nondrinker
Programmer
Hello,
I am trying to disply the accumulated sum of the values in Col2, of a certain ID (Col1), in Col3.
Is there a way to have the Col3 display the values like this:
ID Col2 Col3
1 5 5
1 4 9
1 7 16
2 4 4
2 6 10
3 3 3
3 8 11
Thank you.
I am trying to disply the accumulated sum of the values in Col2, of a certain ID (Col1), in Col3.
Is there a way to have the Col3 display the values like this:
ID Col2 Col3
1 5 5
1 4 9
1 7 16
2 4 4
2 6 10
3 3 3
3 8 11
Thank you.