Hello,
I need some help regarding the SUMIFS function. Here is my 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...