Sumproduct

Paddy1979

Well-known Member
Joined
Sep 23, 2005
Messages
608
Hello All, please can you help

I'm trying to sum totals in column 'I' on worksheet 'data', the below formula is pulling in totals but they are incorrect, is there something wrong with my formula??

=SUMPRODUCT(--('06 Data'!$C$1:$C$3660=Summary!$B7)--('06 Data'!$E$1:$E$3660=Summary!$B$4),'06 Data'!$I$1:$I$3660)

Many Thanks
paddy
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
You're missing a comma to separate the first 2 arrays.

=SUMPRODUCT(--('06 Data'!$C$1:$C$3660=Summary!$B7),--('06 Data'!$E$1:$E$3660=Summary!$B$4),'06 Data'!$I$1:$I$3660)
 
Upvote 0
try: =SUMPRODUCT(--('06 Data'!$C$1:$C$3660=Summary!$B7),--('06 Data'!$E$1:$E$3660=Summary!$B$4),'06 Data'!$I$1:$I$3660)
 
Upvote 0
Hello,

I think you have a missing comma before the second --

=SUMPRODUCT(--('06 Data'!$C$1:$C$3660=Summary!$B7),--('06 Data'!$E$1:$E$3660=Summary!$B$4),'06 Data'!$I$1:$I$3660)


Bugger: beaten to it again! - at least we all agree! :LOL:
 
Upvote 0

Forum statistics

Threads
1,215,165
Messages
6,123,391
Members
449,098
Latest member
ArturS75

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