+ Reply to Thread
Results 1 to 9 of 9

Formual to Add data every nth row

  1. #1
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Formual to Add data every nth row

    Hello:

    I have bunch of column Data in Column D:H

    My data starts in row 5.
    I need a excel formula to add data every 63rd row for column D:H.

    So for example for column D, i would have D5+D67+D129 and so on until D687

    Let me Know if you have any questions.
    Thanks.

    Riz

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Formual to Add data every nth row

    I'm not clear. Do you just want:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: Formual to Add data every nth row

    Hello Olly:

    Yes this is how i want it, but is there a simple formula instead of defining all cells.

    Riz

  4. #4
    Forum Contributor
    Join Date
    02-20-2014
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    170

    Re: Formual to Add data every nth row

    Umm... I'm not an expert, but wouldn't it just be

    =SUM(D5,D67,D129,D191,D253,D315,D377,D439,D501,D563,D625,D687)

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Formual to Add data every nth row

    if you must
    =SUMPRODUCT((D5:D687)*(MOD(ROW(D5:D687),62)=5))
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  6. #6
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: Formual to Add data every nth row

    Hello:

    Below is the example of how to add every 4th column:

    Please Login or Register  to view this content.
    So i wonder if there is such a formula to add every nth row

    Let me Know if you have any questions.
    Thanks.

    Riz

  7. #7
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Formual to Add data every nth row

    Try:
    Please Login or Register  to view this content.

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

  8. #8
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Formual to Add data every nth row

    see post #5

  9. #9
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: Formual to Add data every nth row

    Hello:

    I got it working with following formula:

    Please Login or Register  to view this content.
    Once again, thanks to all for help

    Riz

+ 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: 10
    Last Post: 05-20-2013, 12:53 PM
  2. if then else formual q
    By 3dognite in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-03-2011, 04:19 PM
  3. help with formual
    By dasher108 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-23-2008, 10:13 AM
  4. formual to transfer data to next non-blank cell
    By nancy dearth in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-06-2006, 08:47 PM
  5. [SOLVED] what is mean by ^ in formual
    By khan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-13-2005, 08:05 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