Error while using SUMPRODUCT function

  • Thread starter Thread starter Raj
  • Start date Start date
R

Raj

HI All

I have to enter the formula as follows
=SUMPRODUCT((Sheet!$D$2:$D$250="Latin America")*(Sheet!$E$2:$E$250="App1"))

This is a array formula once i execute this formula i am getting a error as
follows

"Please enter a Valid Integer or Decimal Number"

Can you please let me know what is the reson for this and how to overcome this

Raj
 
This formula doesn't need to be array entered (ctrl-shift-enter). Just enter it
normally.

Does this cell have any Data|Validation applied to it?
 
Check the sheet name...Is that just 'Sheet'

=SUMPRODUCT((Sheet2!$D$2:$D$250="Latin America")*(Sheet2!$E$2:$E$250="App1"))
 

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


Back
Top