So I have about 4000+ rows of data that basically contain one column that has a name, and then a number associated with that person. But the number of rows for each person is variable. For example, in column A we have Bob Smith from row 1 to row 5, Mary Jane from row 6 to row 20, Tom White from row 21 to row 24; then in column B we have numbers that are associated with each person. So what needs to happen is every time the name of the person in column A changes, there needs to be a row added below it and then a total of all their number is column B placed underneath. I guess the tricky part of it is that it's not a set number of rows...
Please help, it's greatly appreciated!