formula error

  • Thread starter Thread starter mhall5
  • Start date Start date
M

mhall5

Hey guys.

I was wondering if anyone could help me out with this function "value
error. Basically I am trying to sum using multiple arrays. I want t
sum by name, stage, and date range. In the following formula the firs
array corresponds to name, the second two correspond to date, and th
last array corresponds to stage. Basically I want to sum the number o
instances per stage per person. When I enter the following formula,
get the value error and I dont see why. If anyone can help me wit
this, I would really appreciate it. Thank You



=SUMPRODUCT(--('Lead Data'!$K$6:$K$504='Lead Data'!$M8),--('Lea
Data'!$A$6:$A$504>=DATEVALUE("1/01/2006")),--('Lea
Data'!$A$6:$A$504<=DATEVALUE("1/06/2006")),--('Lead Data'!D6:D160='Lea
Data'!N7)
 
Your problem is inconsistent range sizes. You have three ranging from 6-504,
one from 6-160. They must be the same size.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 
Hey thanks alot. I was really agonizing over this today. Its funny ho
these problems occur over something so minute. Anyways thanks alo
 

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

Back
Top