Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Merging Data in Different Rows | Excel Discussion (Misc queries) | |||
merging information from partial duplicate rows | Excel Discussion (Misc queries) | |||
Highliting Duplicate Cells across multiple rows | Excel Worksheet Functions | |||
Merging data from Multiple Worksheets | Excel Worksheet Functions | |||
Count on multiple values with duplicate rows | Excel Worksheet Functions |