I'm looking for a way to use the sumifs function with the criteria refrencing to a different cell, but also being a range.
Basicaly I want to change the formula :
=sumifs(a2:a10,b2:b10,"<10"), but instead of using <10 as a criteria, it must be refer to a cell (like <$C$2).
I've tried =sumifs(a2:a10,b2:b10,"<$C$2")
and =sumifs(a2:a10,b2:b10,<$C$2),
but to no avail.
Thanks
Basicaly I want to change the formula :
=sumifs(a2:a10,b2:b10,"<10"), but instead of using <10 as a criteria, it must be refer to a cell (like <$C$2).
I've tried =sumifs(a2:a10,b2:b10,"<$C$2")
and =sumifs(a2:a10,b2:b10,<$C$2),
but to no avail.
Thanks