![]() |
Sumif criteria greater than or less than another cell
SUMIF(A1:A10,B5,C1:C10)
You can see what I'm trying to do. How do I do it? |
Sumif criteria greater than or less than another cell
maybe this is what you want
=SUMPRODUCT((A1:A10B5)*(C1:C10)) -- Gary Keramidas Excel 2003 "Don O" <Don wrote in message ... SUMIF(A1:A10,B5,C1:C10) You can see what I'm trying to do. How do I do it? |
Sumif criteria greater than or less than another cell
Try
=SUMIF(A1:A10,"" & B5,C1:C10) Since B5 is a cell reference you need to combine the text string "" with the cell reference using & -- Jacob "Don O" wrote: SUMIF(A1:A10,B5,C1:C10) You can see what I'm trying to do. How do I do it? |
Sumif criteria greater than or less than another cell
maybe this is what you want
=SUMPRODUCT((A1:A10B5)*(C1:C10)) "Don O" wrote: SUMIF(A1:A10,B5,C1:C10) You can see what I'm trying to do. How do I do it? |
All times are GMT +1. The time now is 09:24 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com