I have a catalogue with duplicates. The duplicates are identified based on three criterias Item number (must be different from), Short_description (duplicated) and Long_description (dupliacted).
So if I have the following records I will consider only record 1-4 as duplicates.
Record;Item number;Short_description;Long_description
1;mbp-6308;0,2 ml PCR Tube, Hotstart, w/wax bead, N;0,2 ml PCR Tube, Hotstart, w/wax bead, NS 480 tubes/pack, 6 packs/Cs;
2;mbp-6310;0,2 ml PCR Tube, Hotstart, w/wax bead, N;0,2 ml PCR Tube, Hotstart, w/wax bead, NS 480 tubes/pack, 6 packs/Cs;
3;C-PICS-301J;1-L silicone PICC 3 FR;;
4;PICS-301-MPIS;1-L silicone PICC 3 FR;;
5;IS-6010;(CCS) Cartridge Check System;;
6;IS-6010;(CCS) Cartridge Check System;;
7;IS-6010;(CCS) Cartridge Check System;;
Can this be solved with the SUMPRODUCT function like =SUMPRODUCT(($C$2:$C$7=C2)*($D$2:$D$7=D2)*($B$2:$B$7<>B2))?
Thanks in advance.
Morten