L
Loop
Hi all,
I'm new in VBA.
Could anyone helps me with vba code in excel to count totals? I have
two columns:
Account Amount
19216801 5
19216803 10
19216808 2
19216801 3
19216801 5
19216803 6
19216801 34
19216801 21
19216808 45
I'd like to see them like this:
Account Amount
19216801 68
19216803 16
19216808 47
Thanks
I'm new in VBA.
Could anyone helps me with vba code in excel to count totals? I have
two columns:
Account Amount
19216801 5
19216803 10
19216808 2
19216801 3
19216801 5
19216803 6
19216801 34
19216801 21
19216808 45
I'd like to see them like this:
Account Amount
19216801 68
19216803 16
19216808 47
Thanks