+ Reply to Thread
Results 1 to 5 of 5

Some assistance is needed using SUMIFS

  1. #1
    Registered User
    Join Date
    01-04-2014
    Location
    PA
    MS-Off Ver
    Excel 2007
    Posts
    12

    Some assistance is needed using SUMIFS

    Hi,

    I have data that I would like to populate from the source spreadsheet into the summary spreadsheets(C2348-001 and C2348-002) using SUMIFS. However, on my attempt to do so, I'm getting the update value save as prompt.

    What I'm looking to do is for each code and description, I would like to populate the value for each of the associated months.
    I tried the below formula, but aforementioned I get the update value save as prompt

    Formula:=SUMIFS(Source!C:C,Member!$A:$A,$A$1)

    Thanks in advance for your help
    Attached Files Attached Files

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

    Re: Some assistance is needed using SUMIFS

    Quote Originally Posted by Bryceston View Post
    Formula:=SUMIFS(Source!C:C,Member!$A:$A,$A$1)
    There is no sheet named Member in the book you posted.

    Is this what you're after
    =SUMIFS(Source!C:C,Source!$A:$A,$A$1,Source!$B:$B,$A2)

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Some assistance is needed using SUMIFS

    You can also use SUMPRODUCT function:

    In B2 and drag formula across and then down

    =SUMPRODUCT((Source!$A$2:$A$39=$A$1)*(Source!$B$2:$B$39=$A2)*(Source!$C$1:$CI$1=B$1)*(Source!$C2:$CI2))
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  4. #4
    Registered User
    Join Date
    01-04-2014
    Location
    PA
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Some assistance is needed using SUMIFS

    Thank you both, your feedback was very helpful.

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

    Re: Some assistance is needed using SUMIFS

    You're welcome.

+ 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] Assistance with SUMIFS formula. Please!
    By dmejia174 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-08-2013, 04:42 PM
  2. HELP... Assistance needed Please!
    By MChase in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 09-23-2012, 11:08 AM
  3. V Lookup assistance Needed
    By jdk789 in forum Excel General
    Replies: 5
    Last Post: 09-05-2012, 04:47 AM
  4. VBA Assistance Needed
    By RalphB in forum Excel General
    Replies: 5
    Last Post: 02-22-2006, 02:20 PM
  5. [SOLVED] Code assistance needed
    By HJ in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-27-2005, 12: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