SUMPRODUCT formula challenge

M

Mitchell

I have 3 columns in excel one contains words, one contains letters and one
contains numbers. I want to add the numbers when the word in column one and
the letter in column two are to values I've set.

I'm using the following formula, but keep getting a syntax error:
=SUMPRODUCT(--($J$33:$J$51="Core");--($M$33:$M$51="M");$L$33:$L$51)
 
S

Stefi

Check your list separator! In English You should use commas instead of
semicolomns! Otherwise the formula is correct.

Regards,
Stefi


„Mitchell†ezt írta:
 
M

Mitchell

Thanks, that worked perfectly.

Stefi said:
Check your list separator! In English You should use commas instead of
semicolomns! Otherwise the formula is correct.

Regards,
Stefi


„Mitchell†ezt írta:
 
Top