Hi
quite difficult to explain in the subject, but this is what im after
i have two columns, A and B on sheet1
Column A Column B
1 22.30
1 13.40
1 55.20
3 8.69
3 6.58
4 5.55
4 12.55
4 33.55
what i would like is some vba to convert the above, onto sheet2 as follows
Column A Column B
1 90.90 (so a sum of all the values relating to 1 in column A)
3 15.27
4 46.10
the range on sheet 1, could go up to row A1:B1000
many thanks in advance
Bookmarks