Conditional Sum Error

L

Lance

Your example works fine for me. The only way I could get
it to error with "#value" was to place non numeric text in
the revenue column.

Lance
 
A

Anon

The most likely cause is that your ranges MSA, Type and Revenue are not
EXACTLY the same length.
As you have taken the 'column label' out of Revenue, do you need to do the
same for MSA and/or Type?

Although this will not help with your specific problem, may I recommend
using SUMPRODUCT instead?:
=SUMPRODUCT((MSA=O3)*(Type=P3)*Revenue)
This does not need to be array-entered and is slightly faster.
 

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

Top