+ Reply to Thread
Results 1 to 9 of 9

Sum skipping columns

  1. #1
    Steve
    Guest

    Sum skipping columns

    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+...?

  2. #2
    Duke Carey
    Guest

    RE: Sum skipping columns

    =SUMPRODUCT(C9:N9,--(MOD(COLUMN(C9:N9)-2,3)=0))

    "Steve" wrote:

    > 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+...?


  3. #3
    Duke Carey
    Guest

    RE: Sum skipping columns

    Oops-

    =SUMPRODUCT(E9:Z9,--(MOD(COLUMN(E9:Z9)-2,3)=0))

    "Duke Carey" wrote:

    > =SUMPRODUCT(C9:N9,--(MOD(COLUMN(C9:N9)-2,3)=0))
    >
    > "Steve" wrote:
    >
    > > 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+...?


  4. #4
    Don Guillett
    Guest

    Re: Sum skipping columns

    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)))
    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Steve" <[email protected]> wrote in message
    news:[email protected]...
    > 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+...?




  5. #5
    Steve
    Guest

    RE: Sum skipping columns

    Worked perfectly. Thanks...huge timesaver.

    "Duke Carey" wrote:

    > Oops-
    >
    > =SUMPRODUCT(E9:Z9,--(MOD(COLUMN(E9:Z9)-2,3)=0))
    >
    > "Duke Carey" wrote:
    >
    > > =SUMPRODUCT(C9:N9,--(MOD(COLUMN(C9:N9)-2,3)=0))
    > >
    > > "Steve" wrote:
    > >
    > > > 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+...?


  6. #6
    Don Guillett
    Guest

    Re: Sum skipping columns

    Nice

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Duke Carey" <[email protected]> wrote in message
    news:[email protected]...
    > Oops-
    >
    > =SUMPRODUCT(E9:Z9,--(MOD(COLUMN(E9:Z9)-2,3)=0))
    >
    > "Duke Carey" wrote:
    >
    > > =SUMPRODUCT(C9:N9,--(MOD(COLUMN(C9:N9)-2,3)=0))
    > >
    > > "Steve" wrote:
    > >
    > > > 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+...?




  7. #7
    Registered User
    Join Date
    10-17-2021
    Location
    philadelphia
    MS-Off Ver
    unsure
    Posts
    10

    Re: Sum skipping columns

    similar question, in a column, if i want to sum up every 13th cell moving down, i.e. starting at D5, then D18, D31, etc. i tried to modify the above but am having no luck

    thanks!

  8. #8
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,430

    Re: Sum skipping columns

    Try to open new thread. This thread is old as earth.
    Quang PT

  9. #9
    Registered User
    Join Date
    10-17-2021
    Location
    philadelphia
    MS-Off Ver
    unsure
    Posts
    10

    Re: Sum skipping columns

    will do, thanks!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1