Sumproduct Not Working

C

carl

Thank you for helping with my question from yesterday. The formula I am using
is:

=SUMPRODUCT((K5:K55={"BOX549";"BOX919"})*(L5:L55)) - it returns #N/A

The Data is in ColK and ColL - looks like this:

BOX549 69460
BOX919 49746
BOX017 37297
BOX980 22848
BOX910 19862

Any thoughts on why the formula does not work ?

Thank you in advance.
 
T

Toppers

Did you try it with the ","?

If not, please do as I note in response to your previous posting all
respondents used the ", " as delimeter; it has a speciall meaning with arrays
to diiferentiate between row and column arrays.
 
M

Marcelo

Hi,

in Brazilian Portuguese we also use ";" but inside brakets {} use "."

==SUMPRODUCT((K5:K55={"BOX549"."BOX919"})*(L5:L55))


hth
regards from Brazil
Marcelo


"carl" escreveu:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Sum If 5
Creating a Rankings Table 0
Looking Up Value Using 2 Criteria 1
Troubleshoot A Query 1
Another Pivot Table Question 1
Multiple Matches 3
BusSeriesQuestion 2
Sumproduct Problem 1

Top