every third row in A1:A25 (3,6,9,...):
=SUMPRODUCT((MOD(ROW(1:25),3)=0)*A1:A25)/SUMPRODUCT(--(MOD(ROW(1:25),3)=0),--(A1:A25<>""))
Every third row starting with the first in A1:A25 (1,4,7,..):
=SUMPRODUCT((MOD(ROW(1:25),3)=1)*A1:A25)/SUMPRODUCT(--(MOD(ROW(1:25),3)=1),--(A1:A25<>""))
Am Fri, 13 Jun 2014 17:39:58 +0100 schrieb Vidcapper:
every third row in A1:A25 (3,6,9,...):
=SUMPRODUCT((MOD(ROW(1:25),3)=0)*A1:A25)/SUMPRODUCT(--(MOD(ROW(1:25),3)=0),--(A1:A25<>""))
Every third row starting with the first in A1:A25 (1,4,7,..):
=SUMPRODUCT((MOD(ROW(1:25),3)=1)*A1:A25)/SUMPRODUCT(--(MOD(ROW(1:25),3)=1),--(A1:A25<>""))
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.