Stretchwickster
Programmer
I have a 2 columns of data e.g.
id value
1 12
3 34
4 42
2 13
4 45
3 67
1 42
What I want to do is sum all the occurrences of each id so I would get something like:
id total
1 54
2 13
3 101
4 87
I've looked into using VLOOKUP but am sending myself around in circles. Does anyone have any ideas? Clive![[infinity] [infinity] [infinity]](/data/assets/smilies/infinity.gif)
id value
1 12
3 34
4 42
2 13
4 45
3 67
1 42
What I want to do is sum all the occurrences of each id so I would get something like:
id total
1 54
2 13
3 101
4 87
I've looked into using VLOOKUP but am sending myself around in circles. Does anyone have any ideas? Clive
![[infinity] [infinity] [infinity]](/data/assets/smilies/infinity.gif)