Thread: SUMIF Not <>
View Single Post
  #3   Report Post  
Harlan Grove
 
Posts: n/a
Default

JE McGimpsey wrote...
Simplest is probably:

=SUM(B1:B5)-SUMIF(A1:A5,"Green",B1:B5)

....

!?

Why not

=SUMIF(A1:A5,"<Green",B1:B5)

?