SUMIFS error

A

apache007

Dear Dave/Excel experts,

I have errors doing SUMIFS function.

Below are my tables:

Category Code Amount

ANA 100.01 $ 50
LPP 100.05 $100
100.03 $ 50
ANA 100.01 $ 200
LPP 100.05 $ 100
100.03 $ 50
ANA 100.01 $ 200
LPP 100.05 $ 100

Table CATEGORY and CODE are formated as TEXT
Table AMOUNT is formated as number

I used SUMIFS using 2 criterias on the :

1. RANGE = Table Category Criteria = LPP
2. Range = Table Code Criteria = 100.01 (all that has 100.01)
SUM Range = Table AMOUNT

VALUE is error.

Other Test Scenarios:

1. If, I use SUMIFS using ONLY criterea #1 OR use SUMIF function, the
result is good. The problem is with criterea #2.

2. If I use SUMIF with criteria #2, the value is good

Help on this please?

Thanks a bunch
 
A

apache007

Dave,

Thanks for the correction. It works now.


Dave Peterson said:
This worked ok for me:

=SUMIFS(C:C,A:A,"ana",B:B,"100.01")

If it doesn't work ok for you, check to see if you have errors in any of those
ranges -- maybe in hidden rows???
 

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