This should be simple?

  • Thread starter Thread starter Jim Brass
  • Start date Start date
J

Jim Brass

If you have a column of numbers and want to add every third one, what
formula do you use?
I tried stuff like
=SUMIF(A3:A13,MOD(ROW(),3)=0) as an array formula

My mind is drawing a blank. Thanks Jim
 
=SUMPRODUCT(A3:A13,--(MOD(ROW(A3:A13),3)=0))

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Back
Top