R
redmist
Hi again everyone,
Ok, after I got several speedy and very helpful responses to my last
query, I figured I could do worse than asking for help here again!
Maybe when I learn some more I can help dish out advice instead of just
asking questions!
Here's my problem:
I have a large spreadsheet with data in columns A and B. Column A
contains lots of strings. Column B contains numbers. eg:
Column A Column B
Piano 4
Saxophone 5
Clarinet 12
Piano 2
Piano 6
Clarinet 1
Ok, what I want to do is get totals for each item. So for the example
above, I'd like to end up with a spreadsheet looking like this:
Column A Column B
Piano 12
Saxophone 5
Clarinet 13
So that duplicates in column A are eliminated and there's just one
entry for each unique string with the total number in column B.
I've been playing around with VBA but not really getting anywhere -
would appreciate some help if anyone's got a little time to spare.
Thanks again,
John.
Ok, after I got several speedy and very helpful responses to my last
query, I figured I could do worse than asking for help here again!
Maybe when I learn some more I can help dish out advice instead of just
asking questions!
Here's my problem:
I have a large spreadsheet with data in columns A and B. Column A
contains lots of strings. Column B contains numbers. eg:
Column A Column B
Piano 4
Saxophone 5
Clarinet 12
Piano 2
Piano 6
Clarinet 1
Ok, what I want to do is get totals for each item. So for the example
above, I'd like to end up with a spreadsheet looking like this:
Column A Column B
Piano 12
Saxophone 5
Clarinet 13
So that duplicates in column A are eliminated and there's just one
entry for each unique string with the total number in column B.
I've been playing around with VBA but not really getting anywhere -
would appreciate some help if anyone's got a little time to spare.
Thanks again,
John.