+ Reply to Thread
Results 1 to 4 of 4

Sum every third cell formula

  1. #1
    Registered User
    Join Date
    10-09-2014
    Location
    Canada
    MS-Off Ver
    2010
    Posts
    49

    Sum every third cell formula

    Hi!

    Trying to figure out why my formula does total correctly. I have hidden cells so can't auto sum. Need to calculate every 3rd cell.

    Formula I have is:

    =SUMPRODUCT($H8:$H$1263*(MOD(ROW($H$8:$H$1263),3)=1)) - but it's not coming to the $2.59M total I need only $342K.

    Image shows first cell H8 to total then add every third cell (white not grey)...

    Thank you!
    Attached Images Attached Images

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: Sum every third cell formula

    MOD(ROW(H8),3)=2

    Try:

    =SUMPRODUCT($H8:$H$1263*(MOD(ROW($H$8:$H$1263),3)=2))

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Sum every third cell formula

    How about

    =SUMIF($G$8:$G$1263,"",$H$8:$H$1263)

  4. #4
    Registered User
    Join Date
    10-09-2014
    Location
    Canada
    MS-Off Ver
    2010
    Posts
    49

    Re: Sum every third cell formula

    Amazing! That did the trick Phuocam. Appreciate it.

+ 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. [SOLVED] If cell has a formula, copy text to TextBox and leave formula unchanged in cell
    By yachrishere in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-01-2016, 06:26 PM
  2. Replies: 3
    Last Post: 07-14-2016, 03:53 PM
  3. [SOLVED] Formula to return Blank cell if referenced cell has no entries, if not use formula
    By stpeter in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-17-2016, 01:41 PM
  4. VBA to enter formula in cell not calculating...showing formula in cell
    By kmlloyd in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-09-2015, 06:42 PM
  5. [SOLVED] Enter formula result from one cell into a COUNTIF formula in another cell. Help please!
    By gregrach in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-10-2014, 11:23 AM
  6. [SOLVED] Retaining formula cell references when copying a formula to a different cell
    By FrankParisi in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-06-2013, 07:05 AM
  7. Replies: 5
    Last Post: 05-07-2013, 08:34 AM

Tags for this Thread

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