+ Reply to Thread
Results 1 to 3 of 3

Getting the sum of two intersecting named ranges

  1. #1
    Registered User
    Join Date
    02-25-2010
    Location
    New York, NY
    MS-Off Ver
    Excel 2003
    Posts
    4

    Getting the sum of two intersecting named ranges

    I have a large table with several years worth of data, organized by date, including year/quarter/month/date. There are then several columns.

    I've made the quarters into named ranges; Q1_2012, Q2_2012, Q3_2012, Q4_2012.

    I then made the columns into named ranges; Account_A, Account_B, Account_C, etc.

    I would like to find the sum of all cells in the column for Account_A where it intersects with the many rows that make up the named range for a specific quarter. I think the way to do it is with some sort of index formula, but I'm not totally sure.

    I've attached a file for reference.

    Thanks,
    Mark
    Attached Files Attached Files

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2504
    Posts
    13,640

    Re: Getting the sum of two intersecting named ranges

    You could use a Pivot Table and group by quarters, it even dispenses with creating the quarter ranges, or use something like
    Please Login or Register  to view this content.

  3. #3
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Getting the sum of two intersecting named ranges

    Another approach may to use a "Filtered List"
    Example: To get the sum of Account A for the first quarter
    Filter the list for Q1 and put the following formula in cell F368
    =SUBTOTAL(109,F2:F367). This would give you a total for the filtered list

    You could filter for the other quarters by changing the filter to Q2, Q3 or Q4
    Click on star (*) below if this helps

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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