+ Reply to Thread
Results 1 to 4 of 4

Summing Every Other Row

  1. #1
    Forum Contributor
    Join Date
    06-18-2013
    Location
    Detroit, MI - USA
    MS-Off Ver
    2016
    Posts
    235

    Summing Every Other Row

    I have this formula, basically selecting every other row. (I know, ugly, brute force)

    =SUM(C4,C6,C8,C10,C12,C14,C16,C18,C20,C22,C24,C26,C28,C30,C32,C34)


    I tried to do this, but I get #VALUE!... which looking into it is from a formatting issue, although they are all numbers I am trying to sum.

    =SUMPRODUCT((MOD(ROW(C3:C34),3)=0)*(C3:C34))



    WHat is the simplest way to sim every other row?

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

    Re: Summing Every Other Row

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

  3. #3
    Forum Contributor
    Join Date
    06-18-2013
    Location
    Detroit, MI - USA
    MS-Off Ver
    2016
    Posts
    235

    Re: Summing Every Other Row

    That did the trick! Thank you. Now I have to understand --

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

    Re: Summing Every Other Row

    Glad to help & thanks for the feedback.

+ 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: 06-03-2015, 12:53 PM
  2. [SOLVED] Summing Tiles and Summing Tile Decors
    By makinmomb in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 07-09-2014, 12:15 AM
  3. [SOLVED] Help with Summing Duplicates, deleting rows after summing and filling col. for unsummed
    By solidrock1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-04-2014, 09:11 AM
  4. summing
    By tofimoon4 in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 02-09-2009, 05:57 AM
  5. Summing Columns-revolves around summing particular items
    By savv32 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-06-2005, 09:05 PM
  6. [SOLVED] Summing N/A's
    By Darin Kramer in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-08-2005, 05:02 AM
  7. [SOLVED] Help with summing
    By Carl Brehm in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-03-2005, 10:06 AM

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