+ Reply to Thread
Results 1 to 7 of 7

Sumifs / index / match in another sheet

  1. #1
    Forum Contributor
    Join Date
    10-06-2017
    Location
    Europe
    MS-Off Ver
    2013
    Posts
    123

    Sumifs / index / match in another sheet

    Hello all,

    I need a little help with a Sumifs + Index + Match formula, in order to do this:
    - look for "ABCDEFGH" (Sheet2!A7) and "WEEK 37 2019" (SHEET2!G3) in sheet1 and make sum between the values in Sheet1 column F - for week 37. (see attachment)

    If you have any free time in order to help, would be great.
    Thank you in advance.
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,890

    Re: Sumifs / index / match in another sheet

    Try this:

    =SUMPRODUCT((Table1[KW]=G3)*(Table1[[#Headers],[Column1]:[Column4]]=A7),Table1[[Column1]:[Column4]])

    For a European locale:

    =SUMPRODUCT((Table1[KW]=G3)*(Table1[[#Headers];[Column1]:[Column4]]=A7);Table1[[Column1]:[Column4]])
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Sumifs / index / match in another sheet

    Try:=SUMPRODUCT((Table1[KW]=Sheet2!$G$3)*(Table1[[#Headers],[Column1]:[Column4]]=Sheet2!$A$7),Table1[[Column1]:[Column4]])
    Click the * to say thanks.

  4. #4
    Forum Contributor
    Join Date
    10-06-2017
    Location
    Europe
    MS-Off Ver
    2013
    Posts
    123

    Re: Sumifs / index / match in another sheet

    Thank you both for your answers.
    Both are working just fine on my test file, but on both i receive an error when trying to paste it into my working file.

    It seems that the problem is here: (Table1[[#Headers]
    Any ideas?

  5. #5
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Sumifs / index / match in another sheet

    Table1[[#Headers] is the headers range, the range that contains the week no. Select it again

  6. #6
    Forum Contributor
    Join Date
    10-06-2017
    Location
    Europe
    MS-Off Ver
    2013
    Posts
    123

    Re: Sumifs / index / match in another sheet

    Already did it, same result.
    I don't really understand the formula. Anybody could explain me, this part please?
    [Column1]:[Column4]

    My table's name (on working workbook) is not Table1, but Table2. I changed Table1 to Table2 in formula, but it seems that A7 is not found on Table2.
    Attached you can see how the formula looks after i made all the changes


    Edit: I just relised what [Column1]:[Column4] means but the result is #N/A (for the moment)
    Attached Images Attached Images
    Last edited by lofgren; 09-11-2019 at 02:52 PM.

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,890

    Re: Sumifs / index / match in another sheet

    Please attach the workbook, not a picture of it.

+ 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] Sumifs match index
    By ovehendrix in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-18-2016, 04:17 PM
  2. [SOLVED] Help With SUMIFS / INDEX / MATCH
    By jpetrini888 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-17-2016, 10:12 AM
  3. Sumifs/Index/Match
    By ravidesai in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-10-2016, 02:52 PM
  4. SUMIFS INDEX MATCH or other way?
    By tkrupka in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-09-2016, 03:55 PM
  5. [SOLVED] Index/Match/Sumifs?
    By overbomb in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-12-2016, 06:07 AM
  6. [SOLVED] Sumifs/match/index?
    By mstoto in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-14-2014, 09:23 AM
  7. [SOLVED] Sumifs/Index/Match----Please fix
    By Paul Cherian in forum Excel General
    Replies: 11
    Last Post: 09-02-2014, 04:07 AM

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