I’m using formula =SUMIFS (sum_range, range1, criteria1)
In specific =SUMIFS($F$5:$F$57,$K$5:$K$57,">0"), which works fine when the values in range1 $K$5:$K$57 are all positive. With negative values in range1 $K$5:$K$57 and matching negative values in the sum_range $F$5:$F$57, it evidently doesn't provide the correct outcome with a negative value in range1 ">0". (All cells in sum_range, range1 are numbers).

I’ve tried, all to no avail:
=SUMIFS($F$5:$F$57,$K$5:$K$57,"<>0")
=SUMIFS($F$5:$F$57,$K$5:$K$57,"*")
=SUMIFS($F$5:$F$57,$K$5:$K$57,">0",$K$5:$K$57,"<0")

How do I redefine criteria1 “>0” to ensure the SUMIFS includes a negative value in sum_range and range1?

Can anyone help me?
Gijs