B
Big Red
I need to look at rows in the worksheet and determine if there are duplicates
in column A. If there are, I need to combine the two rows and delete one of
them. In most columns on the row, there are numeric entries. Here is what I
want to happen:
Current:
Dale 2 3 4
Dale 4 2 3
Dale 3 4 2
After Macro:
Dale 9 9 9
There are more than three numeric columns, so I need it to act on the whole
row or be able to define a range for the loop. There is no limit on the rows
where the first cell might be duplicated, although, the data will be sorted
on column A.
Hope someone can help! Thanks!
in column A. If there are, I need to combine the two rows and delete one of
them. In most columns on the row, there are numeric entries. Here is what I
want to happen:
Current:
Dale 2 3 4
Dale 4 2 3
Dale 3 4 2
After Macro:
Dale 9 9 9
There are more than three numeric columns, so I need it to act on the whole
row or be able to define a range for the loop. There is no limit on the rows
where the first cell might be duplicated, although, the data will be sorted
on column A.
Hope someone can help! Thanks!