Hello, my formula is supposed to:

add 4 cells (A1,C1,E1,G1)
then divide (X1) and
then multiply by *5
then ignore blanks or errors.

I did something like this: =SUMIFS(A1,C1,E1,G1/X1*5,">0")

Can someone please tell me what I'm doing wrong?