+ Reply to Thread
Results 1 to 2 of 2

Error in SUMIFS across multiple tabs

  1. #1
    Registered User
    Join Date
    12-23-2014
    Location
    Boston
    MS-Off Ver
    2010
    Posts
    17

    Error in SUMIFS across multiple tabs

    Hi,
    I am using 2 tabs in excel sheet.
    Tab 1 name: ConsolidatedData
    Tab 2 name: Answer

    For a cell in tab 2 to display sum based on 2 conditions in tab 1, I am using the below formula which is returning 0 as the answer.
    =SUMIFS(ConsolidatedData!G2:G178932,ConsolidatedData!H2:H178932,"2011",ConsolidatedData!AJ:AJ178932,"<=2")

    In tab 1, column G values I want to sum up. Column H has year values 2011, 2012 and 2013. Column AJ has risk values rated from 1 to 5.

    Can anyone tell me if there is anything wrong with the formula?

  2. #2
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Error in SUMIFS across multiple tabs

    You are missing the column reference in the last criteria range for your formula:

    =SUMIFS(ConsolidatedData!G2:G178932,ConsolidatedData!H2:H178932,"2011",ConsolidatedData!AJ2:AJ178932,"<=2")

    That is what you will need (I believe).

    Hope this helps!
    Spread the love, add to the Rep

    "None of us are as smart as all of us."

+ 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. [SOLVED] summing multiple sub-tabs where each sub tabs row data is not the same
    By waternut in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-11-2014, 01:44 PM
  2. Replies: 0
    Last Post: 04-08-2013, 12:15 PM
  3. SUMIFS Puzzle - Trying to avoid adding multiple SUMIFS to get valid result
    By haldavid in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-09-2013, 03:42 PM
  4. Copying values from multiple Tabs of a WB into corresponding Tabs of another WB using VBA
    By sanc.jobs2012 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-27-2012, 06:15 AM
  5. Replies: 6
    Last Post: 02-01-2012, 05:29 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