sum every forth row

J

john

is it possible to create a formula that will sum every forth cell in a
column? thanks.
 
C

Claus Busch

Hi John,

Am Sat, 10 Oct 2009 05:37:01 -0700 schrieb john:
is it possible to create a formula that will sum every forth cell in a
column? thanks.

for values in A1:A100:
=SUMPRODUCT((MOD(ROW(1:100),4)=0)*A1:A100)


Mit freundlichen Grüssen
Claus Busch
 
Top