Sumproduct - Returns an error when one criteria is not met

Miss XLNerd

New Member
Joined
Apr 19, 2018
Messages
1
Hi

I've just become a member of this site so if I do something wrong please dont jump too hard on me.:biggrin:

I have a spreadsheet which brings data from another workbook depending on the criteria specified.

E T U V
Area Month YR Closed??
Warehouse 1 2018 NO
Warehouse 1 2018 NO
Warehouse 1 2018 NO
Sales - Office 2 2018 YES


I want to count the cells which contain "NO" where the criteria is eg. Area "Warehouse" and Month "1" If the Closed criteria is Yes, I dont want to count it, or want it to return a 0. The outcome would look like this:

Area Month Still Open
Warehouse 1 3
Sales - Office 2 0

=SUMPRODUCT(('[SAR Register 2018.xlsm]2018'!$V$2:$V$200="NO")*('[SAR Register 2018.xlsm]2018'!$T$2:$T$200=1)*('[SAR Register 2018.xlsm]2018'!$E$12:$E$200="Warehouse"))

This is my formula which brings up #N/A#

Can anyone help me out of where I am going wrong?

Thanks in advance
Deb
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Probably because you have different size ranges. In your formula columns V and T go from row 2 to row 200, but column E goes from row 12 to row 200. Maybe that should be
('[SAR Register 2018.xlsm]2018'!$E$2:$E$200="Warehouse")
 
Upvote 0

Forum statistics

Threads
1,214,584
Messages
6,120,387
Members
448,956
Latest member
JPav

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