Sumproduct Function

  • Thread starter Thread starter arkieindc
  • Start date Start date
A

arkieindc

Hi!

I am learning the SUMPRODUCT function, but need some help from mor
experienced users.

I am trying to write a formula that sums a third column of data whe
both criteria in two other columns are met. This is the formula that
have entered:

=SUMPRODUCT(--(EPM!A9:A215=A),--(EPM!B9:B215>="11"),EPM!AK9:AK215)

What am I doing wrong?

Any advice would be greatly appreciated!

Thanks!
DR
 
arkieindc said:
*Hi!

I am learning the SUMPRODUCT function, but need some help from mor
experienced users.

I am trying to write a formula that sums a third column of data whe
both criteria in two other columns are met. This is the formula tha
I have entered:

=SUMPRODUCT(--(EPM!A9:A215=A),--(EPM!B9:B215>="11"),EPM!AK9:AK215)

What am I doing wrong?

Any advice would be greatly appreciated!

Thanks!
DRK *

Hi,

In your first condition, the letter A should be enclosed withi
quotes.

In your second condition, the quotes around 11 is telling it to loo
for cells that contain 11 and that are formatted as text. So, i
you're actually looking for the number 11, then remove the quotes.

Hope this helps
 

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

question re: SUMPRODUCT format 3
Sumproduct help 6
SumProduct 7
Add Values that Match 2 Criteria Q 1
SUMPRODUCT troubleshooting 7
Conditional Sum formula 4
Sumproduct Issue 5
SUMPRODUCT Function 3

Back
Top