Closed Thread
Results 1 to 4 of 4

Array formula with multiple named ranges

  1. #1
    Registered User
    Join Date
    08-13-2013
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    3

    Array formula with multiple named ranges

    I'm using the following array equation with these two named ranges and it works perfectly:

    =SUM(IF(Sabrina_NGLTypeWell_Test1=D38),Sabrina_NGL_Test1))

    The problem is, I need there to be more criteria within my equation and so I've made more named ranges, except as soon as I add another one using the following equation, it stops working and gives me the #VALUE error.

    =SUM(IF(AND(Sabrina_NGLTypeWell_Test1=D38,Sabrina_NGLProduct_Test1=E38),Sabrina_NGL_Test1))

    Any idea what I'm doing wrong? Or alternative solutions?

    Thanks

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Array formula with multiple named ranges

    See solution I posted in your original thread
    http://www.excelforum.com/excel-form...eria-help.html
    Last edited by Jonmo1; 08-14-2013 at 11:33 AM.

  3. #3
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Array formula with multiple named ranges

    Hi try

    =SUMIFS(Sabrina_NGL_Test1,Sabrina_NGLTypeWell_Test1,D38,Sabrina_NGLProduct_Test1,E38)

    This isn't an array formula so no need for Ctrl Shift Enter
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Array formula with multiple named ranges

    @Sabrinam

    Jonmo1 has just pointed out that this is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread. Please read the forum rules

    Thread Closed.

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. An array equation with named ranges using multiple criteria...help!
    By sabrinam in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-14-2013, 12:15 PM
  2. Replies: 0
    Last Post: 10-15-2012, 07:24 AM
  3. Replies: 2
    Last Post: 06-01-2011, 07:43 AM
  4. 2D Array of named ranges
    By hilander in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-02-2008, 08:02 PM
  5. Looking up named ranges as an array
    By L.White in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-26-2005, 05:05 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