Sumproduct value error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Another Excel user states that this equation works on his computer

=SUMPRODUCT(IF(C10:C21<1099.41-F10:F21,C10:C21,1099.41-F10:F21),M10:M21)

However, when I formula audit - it gives me a value error on the first
c10:c20.

I know that all my values are good. If I remove the "IF" I can get an
answer - again just confirming that it is not a problem with the data. I'm
using v. 2003

Any ideas
 
Did you enter the formula as an array?

The IF portion of the formula makes it an array.

Enter it using the key combination of CTRL,SHIFT,ENTER (not just ENTER).

Biff
 
It does, but it is an array formula, it should be committed with
Ctrl-Shift-Enter, not just Enter.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 
Was it entered with Ctrl+Shift+Enter (array formula)? If not, try entering
with Ctrl+Shift+Enter
 
Thank you

Biff said:
Did you enter the formula as an array?

The IF portion of the formula makes it an array.

Enter it using the key combination of CTRL,SHIFT,ENTER (not just ENTER).

Biff
 
Thank you

Bob Phillips said:
It does, but it is an array formula, it should be committed with
Ctrl-Shift-Enter, not just Enter.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 
Back
Top