Polanskiman
Board Regular
- Joined
- Nov 29, 2011
- Messages
- 119
- Office Version
- 365
- 2016
- 2011
- 2010
- 2007
- Platform
- Windows
- MacOS
- Mobile
Hello,
I need some help regarding the SUMIFS function. Here is my formula:
As you can see the last 2 criteria cannot be computed by SUMIFS since it's expecting a value or a text.
I will explicit the last 2 conditions just in case they are not properly written:
- Condition 3: any cells in the $N31:$N39 range should be lower than $K$16*1%
- Condition 4: any cells in the $N31:$N39 range should be lower or equal to cells in $M31:$M39 range.
What do you suggest?
Thank you.
I need some help regarding the SUMIFS function. Here is my formula:
Excel Formula:
=SUMIFS($N$31:$N$39,$L$31:$L$39,"yes",$M$31:$M$39,">0",$N31:$N39,"<=$K$16*1%",$N31:$N39,">=$M31:$M39")
As you can see the last 2 criteria cannot be computed by SUMIFS since it's expecting a value or a text.
I will explicit the last 2 conditions just in case they are not properly written:
- Condition 3: any cells in the $N31:$N39 range should be lower than $K$16*1%
- Condition 4: any cells in the $N31:$N39 range should be lower or equal to cells in $M31:$M39 range.
What do you suggest?
Thank you.