sumproduct to sum total value not count occourances

Peter1973

Well-known Member
Joined
May 13, 2006
Messages
957
I am using :

=SUMPRODUCT(--(stores!$A$3:$A$4996='run times'!$A9),--(stores!$F$3:$F$4996="D"),--(stores!$G$3:$G$4996<>""))

Kindly assisited with on here.

I now need this to be altered so it looks in A3:A4996 for cells that = Run times A9, then in those cells look in F3:F4996 for cells that ="D", then in those cells look in G3:G4996 for cells that are not blank then in the cells that meet all the criteria return the total of all cells in H3:H4996

Any help appreicated
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Hi,

Does this work for you?...

=SUMPRODUCT(--(stores!$A$3:$A$4996='run times'!$A9)*(stores!$F$3:$F$4996="D")*(stores!$G$3:$G$4996<>""),(stores!$H$3:$H$4996))

I hope that helps.

Ak
 
Upvote 0

Forum statistics

Threads
1,214,385
Messages
6,119,205
Members
448,874
Latest member
Lancelots

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