Re: Multiple additions
- From: "Bob Phillips" <phillips@xxxxxxxxxxxxx>
- Date: Tue, 26 Jul 2005 16:22:40 +0100
MOD(ROW(A4,A200),4)=0 is essentially looking at every fourth row in that
range, starting at A4, and by multiplying by the range, it extracts the
values of every fourth row into an array. SUMPRODUCT sums that array. See
http://www.xldynamic.com/source/xld.SUMPRODUCT.html for more details.
--
HTH
Bob Phillips
"BIYB" <BIYB@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:73419727-0175-44BC-973E-08A2C3E4BBC0@xxxxxxxxxxxxxxxx
> Thank you....but I dont understand the formula you suggested. Could you
give
> me the explanation?
>
> "Bernie Deitrick" wrote:
>
> > =SUMPRODUCT(A4:A200*(MOD(ROW(A4:A200),4)=0))
> >
> > --
> > HTH,
> > Bernie
> > MS Excel MVP
> >
> >
> > "BIYB" <BIYB@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> > news:3464B4AE-5EEB-4A19-AE78-0EFE7540509F@xxxxxxxxxxxxxxxx
> > >I have a workbook, where multiple forms repeat themselves 50 time or so
on
> > > the same worksheet. On one page I summarize certain information
contained in
> > > those forms. Is there an easier way then to add them one at a
> > > time....A4+A8+A12+A16+A20...etc etc (50 time over). They are all the
same
> > > amount of cells apart.
> > >
> > > Tks
> >
> >
> >
.
- References:
- Multiple additions
- From: BIYB
- Re: Multiple additions
- From: BIYB
- Multiple additions
- Prev by Date: automatically adjust row height in excel 2000
- Next by Date: RE: Wing Ding for geometric POSITION
- Previous by thread: Re: Multiple additions
- Next by thread: Workbooks Opening Maximized
- Index(es):
Relevant Pages
|