+ Reply to Thread
Results 1 to 3 of 3

incrementing cells in SUM

  1. #1
    Registered User
    Join Date
    07-06-2016
    Location
    Romania
    MS-Off Ver
    2016
    Posts
    1

    incrementing cells in SUM

    Hello,
    I need your help for making a formula
    For example, i have to sum the cells F14, F20, F26 and so on ..... F...
    So, they are incrementing by 6. And a need a formula for this, beacuse the document is so large and i can't type F14+F20+F26......+F25000


    Thank you!

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: incrementing cells in SUM

    Try

    Add a helper column G

    G1=MOD(ROWS($G$14:G14),6) and drag down it will give you serial nos like 1,2,3,4,5,0,1,2,3,4,5,0 . 1 is the criteria which need to add.

    Now for Sum Try

    =SUMIFS(F:F,G:G,1)
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: incrementing cells in SUM

    =SUMPRODUCT(--(MOD(ROW(F14:F2250)-14,6)=0),F14:F2250)
    Please Login or Register  to view this content.
    try this
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

+ 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. Incrementing cells with same formula
    By scottw1988 in forum Excel General
    Replies: 1
    Last Post: 10-27-2012, 04:45 PM
  2. Averaging Referenced cells and incrementing by more than 1
    By paclassics8 in forum Excel General
    Replies: 2
    Last Post: 07-01-2011, 03:01 PM
  3. Incrementing pattern. Value in row+1 for every n (n=6) cells
    By GradStudent2010 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-01-2010, 11:43 PM
  4. Incrementing Cells based on a value
    By That1Dude in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-22-2010, 03:23 AM
  5. Incrementing values in cells
    By bex280 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-29-2009, 01:13 PM
  6. Copy Formula (Transpose) Cells While Incrementing Cells by 4
    By OHPats69 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-27-2006, 06:37 PM
  7. Incrementing Cells with Macros
    By wmureports in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-28-2006, 03:50 PM
  8. incrementing with blank cells in between
    By alexmace in forum Excel General
    Replies: 2
    Last Post: 03-09-2006, 07:40 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