Can you include NOT in a SUMIF criteria? It doesn't seem to be working for me, any suggestions?
K Kigol May 29, 2007 #1 Can you include NOT in a SUMIF criteria? It doesn't seem to be working for me, any suggestions?
T T. Valko May 29, 2007 #2 Maybe something like this: =SUMIF(E4:E20,"<>rejected",D420) <> means not equal So, sum D if E does not equal "rejected" Biff
Maybe something like this: =SUMIF(E4:E20,"<>rejected",D420) <> means not equal So, sum D if E does not equal "rejected" Biff
K Kigol May 29, 2007 #4 "<>"&"joe" -- Don Guillett SalesAid Software - Show quoted text - Click to expand... Ah yes thank you very much. A little inclusion in the sumproduct statement and I'm good to go. Thanks guys.
"<>"&"joe" -- Don Guillett SalesAid Software - Show quoted text - Click to expand... Ah yes thank you very much. A little inclusion in the sumproduct statement and I'm good to go. Thanks guys.
D Don Guillett May 29, 2007 #5 I thought you said SUMIF instead of SUMPRODUCT....???? If sumproduct,something like: =sumproduct((a2:a22<>"a")*b2:b22) for sumif =SUMIF(I2:K22,"<>a",J2:J22) or =SUMIF(I2:K22,"<>"&"a",J2:J22)
I thought you said SUMIF instead of SUMPRODUCT....???? If sumproduct,something like: =sumproduct((a2:a22<>"a")*b2:b22) for sumif =SUMIF(I2:K22,"<>a",J2:J22) or =SUMIF(I2:K22,"<>"&"a",J2:J22)