Sumif not criteria

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to sum a column of data "B", but only if column "A" does not equal
X.
 
I'm having the same problem. I tried Domenic's suggestion but didn't work -
any others?
 
I should also maybe add that I'm trying to use a cell reference as my
criteria - does this make a difference?

I'm trying to do =SUMIF(C122:C127,"<>$C$2",D122:D127) but it just sums
everything, without taking into account the criteria.
 
It's a little different when using a cell reference:

=SUMIF(C122:C127,"<>"&$C$2,D122:D127)

--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================


I should also maybe add that I'm trying to use a cell reference as my
criteria - does this make a difference?

I'm trying to do =SUMIF(C122:C127,"<>$C$2",D122:D127) but it just sums
everything, without taking into account the criteria.
 
That worked perfectly, thanks so much!

RagDyeR said:
It's a little different when using a cell reference:

=SUMIF(C122:C127,"<>"&$C$2,D122:D127)

--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================


I should also maybe add that I'm trying to use a cell reference as my
criteria - does this make a difference?

I'm trying to do =SUMIF(C122:C127,"<>$C$2",D122:D127) but it just sums
everything, without taking into account the criteria.
 

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


Back
Top