I have this fun formula
Formula: copy to clipboard
=IFERROR(SUMIFS(Data!$AM:$AM,Data!$G:$G,E$6)/(SUMIFS(Data!$J:$J,Data!$G:$G,E$6)+SUMIFS(Data!$K:$K,Data!$G:$G,E$6)),0)

and was wondering if there is a way to combine the part of it that says
Formula: copy to clipboard
(SUMIFS(Data!$J:$J,Data!$G:$G,E$6)+SUMIFS(Data!$K:$K,Data!$G:$G,E$6))

into one SUMIFS formula?

Nothing critical, as the formula works as-is, just curious.