Edit: Split from [Solved] SUMIF with multiple conditions because that topic is solved so you need your own. If you had the same problem you could use the same solution. Please do not post in another's topic unless you are helping to solve their problem for them. |
I need to sum up all numbers in one column higher then -100 and less then 0.
I tried this: =SUMIFS( I2:I118 ; I2:I118, ">" -100 ; I2:I118, "<" 0)
Where's the error?