+ Reply to Thread
Results 1 to 4 of 4

2003 Excel formula - add each cell in the 6th row of a column 6,744 rows deep?

  1. #1
    Registered User
    Join Date
    11-11-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    2

    2003 Excel formula - add each cell in the 6th row of a column 6,744 rows deep?

    I have office 2003 and need to learn how to create an Excel formula that will - add multiple cells, one cell in every 6th row (6, 12, 18, 24) of a column (column E) that is 6,744 rows deep? Please direct me how to do this.

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

    Re: 2003 Excel formula - add each cell in the 6th row of a column 6,744 rows deep?

    =sumproduct(--(mod(row(a6:a6750),6)=0),a6:a6750)
    Last edited by martindwilson; 11-12-2013 at 09:57 AM.
    "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

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: 2003 Excel formula - add each cell in the 6th row of a column 6,744 rows deep?

    Ok, the way I would try it would be to create a helper column where rows 1 through 6 would have something distinct like a, b, c, d, e, f, then repeat. Once excel recognizes the repitition just double click on it and it will autopopulate to the bottom. Then I would do a sumif stmt like...
    =SUMIF(B2:B6760,"f",A2:A6760) and it will give you the sum.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

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

    Re: 2003 Excel formula - add each cell in the 6th row of a column 6,744 rows deep?

    Just changed the smproduct it had a typo

+ 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. Excel 2003 - VBA - Rows to column
    By lantuan in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-17-2013, 09:05 AM
  2. i need a deep explanations on excel
    By AJAY007007 in forum Excel General
    Replies: 2
    Last Post: 03-01-2013, 05:47 PM
  3. Calculating Variable deep within formula
    By Texans57 in forum Excel General
    Replies: 2
    Last Post: 11-15-2012, 10:53 PM
  4. Sort & re-write column data to rows - Excel 2003
    By latenite76 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-11-2008, 06:41 PM
  5. [SOLVED] too deep formula line
    By Light in forum Excel General
    Replies: 5
    Last Post: 03-17-2006, 03:20 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