Results 1 to 6 of 6

SUMIFS using arrays as criteria

Threaded View

  1. #1
    Registered User
    Join Date
    07-12-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    77

    SUMIFS using arrays as criteria

    Hi everybody,

    The below formula is working fine:

    =SUM(SUMIFS(YTD_GBP,Region,"Central Budgets",Cost_Desc,"Hardware",Non_Billable_Project,{"Non Billable","Central Budget"}))/1000

    but if I try to add in a second criteria for Region, as below:

    =SUM(SUMIFS(YTD_GBP,Region,{"Central Budgets","Corporate Services"},Cost_Desc,"Hardware",Non_Billable_Project,{"Non Billable","Central Budget"}))/1000

    I get zeros.

    But if I do two separate formulas and add them:

    =(SUM(SUMIFS(YTD_GBP,Region,"Central Budgets",Cost_Desc,"Hardware",Non_Billable_Project,{"Non Billable","Central Budget"}))+SUM(SUMIFS(YTD_GBP,Region,"Corporate Services",Cost_Desc,"Hardware",Non_Billable_Project,{"Non Billable","Central Budget"})))/1000

    I get the correct answer.


    Does anyone know why this is? Are you not able to have two criteria with arrays in a formula?

    Thanks
    Rich
    Attached Files Attached Files
    There must be a quicker way...

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Sumifs with criteria
    By bigband1 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-03-2014, 08:44 AM
  2. Replies: 3
    Last Post: 11-21-2012, 04:57 PM
  3. SUMIFS vs. arrays
    By djapigo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-30-2012, 01:39 AM
  4. Replies: 5
    Last Post: 09-07-2011, 11:14 PM
  5. Replies: 1
    Last Post: 05-16-2011, 05:00 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