Hello community,
there is a formula problem which troubles me slightly.
These formulas work perfectly fine
=COUNTIFS({6M_category}, HAS(@cell, [Primary Column]@row), {Time of occurence}, >=[Start Date]#, {Time of occurence}, <[End date]#)
&
=SUMIF({Impact_to_production_hrs}, >0)
BUT this one, does not and returns "#invalid operation"
=SUMIFS({Impact_to_production_hrs}, >0, {Time of occurence}, >=[Start Date]#, {Time of occurence}, <[End date]#)
Does anybody has an idea of why the SUMIFS formula does not work as expected? SUMIFS
is using the same arguments and Syntax as the COUNTIFS
function, I believe.
Any help or ideas are appreciated,
Carsten