View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
doublew doublew is offline
external usenet poster
 
Posts: 8
Default Sumif not criteria

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.

"doublew" wrote:

I'm having the same problem. I tried Domenic's suggestion but didn't work -
any others?

"Domenic" wrote:

Try...

=SUMIF(A1:A100,"<X",B1:B100)

Hope this helps!

In article ,
CCrew2000 wrote:

I'm trying to sum a column of data "B", but only if column "A" does not equal
X.