array error

  • Thread starter Thread starter Shawn
  • Start date Start date
S

Shawn

Here is the formula (entered as an array):
{=SUM((A1:A4=A2)*(B1:B4=B2)*C1:C4)}


Here is the table:

School Year NO. OF PHYSICALS
Jones 2008-2009 2
Sam 2008-2009
Alex 2008-2009


Why am I getting #Value instead of 2?
 
Shawn

Your including the header, try this


=SUM((A2:A4=A2)*(B2:B4=B2)*C2:C4)

we get an answer of 2

Mike
 
I am still getting the #Value. I didn't include the header in the actual
formula, that was a typo in my post.
 
It is a formatting problem because we I manually retype duplicate enteries in
a seperate worksheet and use the exact same formula, it works??????
 

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