Sumifs formula with ingnoring the duplicates dates or shifts or so on

Naveenaggarwal

New Member
Joined
Jul 17, 2018
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Hi!,

Please help me out to conclude the formula. I need total production quantity but without duplicates entry which may there in the...

My Data is like below :

Date
ShiftPartQty
17-07-2018
A
Molding L500
18-07-2018 A
Molding L600
17-07-2018 B
Rr Lic Grn Camera700
17-07-2018 A
Molding L500
17-07-2018
BMolding L700

<colgroup><col style="mso-width-source:userset;mso-width-alt:2583;width:56pt" width="74"> <col style="mso-width-source:userset;mso-width-alt:2117;width:46pt" width="61"> <col style="mso-width-source:userset;mso-width-alt:4026;width:87pt" width="115"> <col style="mso-width-source:userset;mso-width-alt:1605;width:35pt" width="46"> </colgroup><tbody>
</tbody>


And the result i need is

Molding L 1800
Rr Lic Grn Camera
700

<colgroup><col style="mso-width-source:userset;mso-width-alt:4026;width:87pt" width="115"> <col style="mso-width-source:userset;mso-width-alt:2583;width:56pt" width="74"> </colgroup><tbody>
</tbody>

Thanks
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
In H2 control+shift+enter, not just enter, and copy down:

=SUM(IF(FREQUENCY(IF($C$2:$C$6=G2,MATCH($A$2:$A$6&"|"&$B$2:$B$6&"|"&$C$2:$C$6,$A$2:$A$6&"|"&$B$2:$B$6&"|"&$C$2:$C$6,0)),ROW($A$2:$D$6)-ROW(INDEX($A$2:$D$6,1,1))+1),$D$2:$D$6))

where G2 = Molding L and G3 = Rr Lic Grn Camera.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,731
Messages
6,132,393
Members
449,725
Latest member
Enero1

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top