+ Reply to Thread
Results 1 to 4 of 4

SUMIFS function with Named Range

Hybrid View

  1. #1
    Registered User
    Join Date
    10-05-2011
    Location
    NYC
    MS-Off Ver
    Excel 2010 Professional Plus
    Posts
    44

    SUMIFS function with Named Range

    Hello,

    I would like to use the SUMIFS function to sum the values of multiple cells that meet one criteria that falls within a Named Range I have already established on the worksheet.

    Ex: Named Range "Income" contains text B01, B02, B03...B16. If any one of those text strings are present I would like the corresponding value returned for it.

    My current formula is:

    =SUMIFS(Sheet1!I:I,Sheet1!A:A,Income)

    Sheet1!I:I is the value to be returned
    Sheet1!A:A has the text strings B01, B02, B03, etc.

    ***There are additional criteria conditions to be met in the formula (which is why I am using SUMIFS rather than OR) but I have excluded them for the sake of simplicity of this question.

    TIA

    Bjordion
    Last edited by Bjordion; 10-11-2011 at 10:14 AM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,695

    Re: SUMIFS function with Named Range

    Because Income is a range your formula returns an array (one sum for every value in income), so for the total you need to sum that, try

    =SUMPRODUCT(SUMIFS(Sheet1!I:I,Sheet1!A:A,Income))
    Audere est facere

  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: SUMIFS function with Named Range

    The word 'Income' in the formula needs to be a literal. i.e. "Income" not Income

    Regards
    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
    Registered User
    Join Date
    10-05-2011
    Location
    NYC
    MS-Off Ver
    Excel 2010 Professional Plus
    Posts
    44

    Re: SUMIFS function with Named Range

    That did the trick, thank you much!

+ 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