Hello Friends
I need to remove the duplicate entries in multilevel BOM based on the Part number and Level number.
My intension is by formula if I got `R' for remove then I will make a filter and I will remove it.
thanks in advance.
Hello Friends
I need to remove the duplicate entries in multilevel BOM based on the Part number and Level number.
My intension is by formula if I got `R' for remove then I will make a filter and I will remove it.
thanks in advance.
Why not just use Data -> Remove Duplicates?
I think you missed some?
C10 and C11?
Anyway, I used this...
=COUNTIF($C$2:C2,C2)
copied down.
You can then just filter on >1
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
Hello
Please read the C10 content as `SRE1461' instead of `SRE146' also. The formula <=COUNTIF($C$2:C2,C2)> removing all the entries instead of the first one.
Legend making the requirement clear.
Also " . . . Why not just use Data -> Remove Duplicates? . . . " Hope Remove duplicate will not work since we need to consider only 2 columns B and C but need to select all columns here.
Sekar
After long thinking i have found 1 solution myself.
I3 = <=IF(AND(EXACT(B3,B2),EXACT(C3,C2)),"R","")>, Copy down.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks