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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top