+ Reply to Thread
Results 1 to 4 of 4

Sum Upto Intersecting Cells

  1. #1
    Registered User
    Join Date
    10-29-2012
    Location
    Notts, England
    MS-Off Ver
    365 PRO
    Posts
    63

    Sum Upto Intersecting Cells

    Hi, I have numerical references in my columns and similar in rows. The

    See attached. In this instance, in cell C17 I would like to sum up to and including column '4' (4600). It needs to be dynamic and sum up to the corresponding month number in cell C4 as it changes. I believe a SUMPRODUCT is required but I cannot find the solution.

    Thanks, Aaron.
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,980

    Re: Sum Upto Intersecting Cells

    In D9 copied down:

    =SUM(OFFSET(C9,0,0,1,MATCH($C$4,$C$8:$G$8,0)))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,980

    Re: Sum Upto Intersecting Cells

    Thanks for the rep!

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  4. #4
    Forum Expert rorya's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365 Ent Monthly Channel / Insiders Beta
    Posts
    8,915

    Re: Sum Upto Intersecting Cells

    Just as an alternative to avoid OFFSET:

    =SUMIF($C$8:$G$8,"<="&$C$4,C9:G9)

+ 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. Intersecting numbers
    By darksilverwolfe in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-27-2017, 12:46 AM
  2. Replies: 4
    Last Post: 05-04-2015, 12:58 AM
  3. Replies: 5
    Last Post: 01-23-2014, 10:23 AM
  4. [SOLVED] Selection of cells upto the last filled up cells in a column
    By Sam9 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 06-29-2013, 11:36 AM
  5. [SOLVED] Selection of cells upto the last filled up cells in a column
    By Sam9 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-29-2013, 10:18 AM
  6. Using VBA to name intersecting ranges
    By tetreama in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-08-2012, 02:03 AM
  7. Intersecting--Maybe?
    By joone in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-05-2007, 03:40 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