I have three columns of data, the first has names, the second has country and the third is populated by age. The list is not a defined length (may be 100 or 'n' rows long) and may contain duplicates (the same named person more than once).
What I would like to do is have an algorithm that does two things, the first is to go through the list and add up the ages of everyone who has the same name and then replace the rows that share the same name with the single entry that shows the agregate age.
Finally I would like it to do the same thing but by breaking it down by country...
I think this is a fairly simple thing to do in VBA, I know how to do it in excel but would be great if someone could offer guidance on how to do it in VBA?
Thanks!
Bookmarks