Sumproduct Help

mjmoon

Board Regular
Joined
Mar 1, 2005
Messages
249
I currently have this formula that I would like to expand on to include the results of a sumproduct function.

=SUMIFS($F$4:$F$42,$C$4:$C$42,"Commercial",$D$4:$D$42,"Prospecting")+SUMIFS($G$4:$G$42,$C$4:$C$42.............

Where I have F4:F42, I would like the SUMIFS function to first calculate the sumproduct of (F4:F42,E4:E42) if the results in column C = "Commercial" and the results in column D = Prospecting".

In summary I bascially have 4 columns:
Column C can equal either Commerical, Ag or Other
Colulmn D can equal Prospecting, New or Unknown
Column E is labeled probability where the user enters a % from either 1 to 100
Collumn F is a dollar amount.

I want to know the total amount of Commerical accounts that we are prospecting based on the product of dollar amount times probability and so on for each scenario.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Perhaps you need to use SUMPRODUCT instead of SUMIFS?

=SUMPRODUCT($E$4:$E$42,$$4:$F$42,($C$4:$C$42="Commercial")*($D$4:$D$42="Prospecting"))
 
Upvote 0

Forum statistics

Threads
1,224,618
Messages
6,179,917
Members
452,949
Latest member
beartooth91

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