Sum skipping columns

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In cell DC9 I want to enter a formula that will give me the sum of
E9+H9+K9+N9+...(every third column in row 9). Is this possible without
having to type out =E9+H9+...?
 
try this for row 4. correct for word wrap
=SUMPRODUCT((MOD(COLUMN(E4:INDEX(4:4,100))-CELL("Col",E4)+0,3)=0)*(E4:INDEX(
4:4,100)))
 

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

Similar Threads

Concatenate and empty cell 4
TIMECALC Formulas 2
An easier way? 9
Function Error 4
sumproduct logic 1
IF AND problem 5
Cond. Format & Absolute Cell Reference Question 4
Protect 2

Back
Top