SUMPRODUCT query

Andy83UK

Board Regular
Joined
Jun 4, 2010
Messages
142
Hi, I have been using the following formula in a spreadsheet for a year now and today for some reason it is contantly throwing up the #value error.

I have combed through the data it looks at several times today and so far can't find anything that would cause this error. The formula I'm using is

=SUMPRODUCT(--('[newssheet.xlsm]Source Data'!$C:$C="L"),--('[newssheet.xlsm]Source Data'!$Z:$Z<>""),--('[newssheet.xlsm]Source Data'!$R:$R="Enterprise"))

Column C in the sheet its pulling from contains formulas to give either blanks, "L" or "N/R" results, column C is text based and column Z is dates

Thanks for your help.
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Hello

Couple of possibilities:

You may have an error in one of the evaluation ranges (i.e. C:C,Z:Z,R:R in your referenced workbook and worksheet). You can check by highlighting these columns > F5 > Special > Formulas (you could try constants too) > Error. You need to eliminate any such errors.

You are referencing whole columns. This is acceptable in versions 2007+. You cannot use whole columns in prior versions.
 
Upvote 0
I haven't been ab;e to find any inconsistencies, but I will try another look, it is the newest version of 2007. As I said this has been working all year until now.
 
Upvote 0
There isn't any fault with your formula. Based on what you say I think the only plausible explanation is that there is a #VALUE! error in one of the ranges that your formula references.
 
Upvote 0

Forum statistics

Threads
1,215,528
Messages
6,125,342
Members
449,218
Latest member
Excel Master

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