pmcmicha
Technical User
- May 25, 2000
- 353
I have an excel file that has some duplicate entries in COL A with various values in COL B and COL C. What I would like to do is to remove all duplicate values in COL A so that they are unique, but at the same time, keep the values in COL B and COL C so that they all appear in the same row.
I don't know VBA that well and I don't think that the 'CONSOLIDATE' option under 'DATA' is going to help. Here is an example:
ROW COL A COL B COL C
1 831 29 ""
2 831 11842 ""
3 831 "" 580
In this example, I would want ROW 3 to be removed, but I want the value in C3 to be copied up into CELLS (C1, C2). This would have to work for both COL C and COL B since it is unorganized data. The "" is a NULL value.
Any help is appreciated, thanks in advance.
I don't know VBA that well and I don't think that the 'CONSOLIDATE' option under 'DATA' is going to help. Here is an example:
ROW COL A COL B COL C
1 831 29 ""
2 831 11842 ""
3 831 "" 580
In this example, I would want ROW 3 to be removed, but I want the value in C3 to be copied up into CELLS (C1, C2). This would have to work for both COL C and COL B since it is unorganized data. The "" is a NULL value.
Any help is appreciated, thanks in advance.