Sumproduct not working

blossomthe2nd

Active Member
Joined
Oct 11, 2010
Messages
450
Hi guys

I am trying to do a sumproduct array formula and I keep getting an error, #Value! , the following is the part of the arrya that seems to be causing it , can anyone see an issue with it please ?

Thanks

=SUMPRODUCT(--(MONTH('[Logs Master.xls]Customer Service'!$B$4:$B$10003)=7),--('[Logs Master.xls]Customer Service'!$H$4:$H$10003="Static query"),--('[Logs Master.xls]Customer Service'!$B$4:$B$10003="Yes"))
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Saw my issue, last part of array should have been J 4 j 1004 not bs, and there was invalid data within this array anyway !!

Thanks
 
Upvote 0
Hi guys

I am trying to do a sumproduct array formula and I keep getting an error, #Value! , the following is the part of the arrya that seems to be causing it , can anyone see an issue with it please ?

Thanks

=SUMPRODUCT(--(MONTH('[Logs Master.xls]Customer Service'!$B$4:$B$10003)=7),--('[Logs Master.xls]Customer Service'!$H$4:$H$10003="Static query"),--('[Logs Master.xls]Customer Service'!$B$4:$B$10003="Yes"))
You're testing the same range for 2 different conditions:

(MONTH('[Logs Master.xls]Customer Service'!$B$4:$B$10003)=7)

('[Logs Master.xls]Customer Service'!$B$4:$B$10003="Yes")

If the range contains non-date entries then the test for the MONTH will generate #VALUE! errors.

However, from a logical standpoint, that formula will never work because that range can't meet both conditions at the same time!
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,831
Members
452,946
Latest member
JoseDavid

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