PP3321
Active Member
Sorry I cannot upload file but here is that the table looks like.
I need to sum every traffic in Column C.
My solution is to use SUMPRODUCT & MOD Function...
My question is, is there any simpler way to achieve this?
Here are 3 conditions:
*I can not create a helper column...
*If possible, NO SUMPRODUCT...
*If possible, NO array formula...

I need to sum every traffic in Column C.
My solution is to use SUMPRODUCT & MOD Function...
Code:
=SUMPRODUCT(--(MOD(ROW(C1:C12),4)=2),C1:C12)
My question is, is there any simpler way to achieve this?
Here are 3 conditions:
*I can not create a helper column...
*If possible, NO SUMPRODUCT...
*If possible, NO array formula...
