+ Reply to Thread
Results 1 to 6 of 6

Automatically sum data from every 4th column

  1. #1
    Forum Contributor
    Join Date
    04-28-2016
    Location
    Stavanger, Norway
    MS-Off Ver
    365
    Posts
    142

    Automatically sum data from every 4th column

    How can I get excel to sum together data from a row from every 4th column automatically?

    Example:

    Sum D2+H2+L2+....

    Please advice

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Automatically sum data from every 4th column

    Try
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    adapt range as needed

  3. #3
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: Automatically sum data from every 4th column

    Another option
    =SUM(FILTER(D2:T2,MOD(COLUMN(D2:T2),4)=0))

  4. #4
    Forum Contributor
    Join Date
    04-28-2016
    Location
    Stavanger, Norway
    MS-Off Ver
    365
    Posts
    142

    Re: Automatically sum data from every 4th column

    Thanks that worked!

  5. #5
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: Automatically sum data from every 4th column

    Glad to help & thanks for the feedback.

  6. #6
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Automatically sum data from every 4th column

    Thanks for the rep
    (Just to be sure, what solution actually worked? Both?)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 09-25-2018, 02:58 AM
  2. Replies: 2
    Last Post: 06-21-2018, 10:48 PM
  3. [SOLVED] Replace data in one column automatically based on another column
    By jzacharias in forum Excel General
    Replies: 1
    Last Post: 06-22-2015, 01:30 PM
  4. Replies: 8
    Last Post: 01-05-2015, 12:23 PM
  5. Replies: 2
    Last Post: 03-01-2013, 02:01 AM
  6. Replies: 11
    Last Post: 07-13-2011, 05:37 PM
  7. Selecting Data in one Column automatically places data in another column.
    By SirDrums in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-04-2011, 01:38 PM

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