Sum even rows only
-
Hello,
I’m using the tablepress 1.7.
I would like to sum only the even rows in a specific range. But I get the error: “!ERROR! unexpected comma”.
The formula i’m using:
=sum(if(mod(row(D2:D15),2)=0,D2:D15,0))
How do I solve this?
Thanks,
Bob
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Sum even rows only’ is closed to new replies.