I want the sum of column E by matching column A,B and C with Column G,H and I where column D is Yes (answer in column J) and blank (answer in column K). Details given in below image.

I had tried with the below formula but its not working:
=ARRAYFORMULA(SUMIF(FILTER(A3:A&B3:B&C3:C,D3:D=""),G3:G&H3:H&I3:I,FILTER(E3:E,D3:D="")))
The same formula is used for yes too in place of blank.