+ Reply to Thread
Results 1 to 5 of 5

Excel 2007 : Sumif, Index, match formula

  1. #1
    Registered User
    Join Date
    03-09-2012
    Location
    LA, CA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Sumif, Index, match formula

    Hi all,

    I am trying to create a formula that will sum total OH units based on each category in column A (ie summer 1) from my data dump (MF dump) regardless of where the total OH units column is located on the data dump.

    My supervisor keeps having me add things to this spreadsheet so I wanted to use sumif, index and match so that it wouldnt matter if he asks for future changes to the spreadsheet.

    Please help!

    This is al I could come up with
    =SUMIF('MF Dump'!$B:$B,'Men''s Fashion'!$A10,(INDEX(MATCH('Men''s Fashion'!$B$5,'MF Dump'!$E:$Y,0),'MF Dump'!$E:$Y,)))

    but it doesnt work





    BOP Inventory Composition.xlsx
    Last edited by NBVC; 03-13-2012 at 01:03 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Sumif, Index, match formula

    Try it like this:

    =SUMIF('MF Dump'!$B:$B,'Men''s Fashion'!$A10,INDEX(E:Y,0,MATCH('Men''s Fashion'!$B$5,'MF Dump'!$E$3:$Y$3,0)))
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    03-09-2012
    Location
    LA, CA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Sumif, Index, match formula

    I had to change the index array to look on the data dump tab but other than that it worked perfectly. Thanks a lot !!!!

    =SUMIF('MF Dump'!$B:$B,'Men''s Fashion'!$A23,INDEX('MF Dump'!$E:$X,0,MATCH('Men''s Fashion'!D$5,'MF Dump'!$E$3:$Y$3,0)))

  4. #4
    Registered User
    Join Date
    07-27-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Excel 2007 : Sumif, Index, match formula

    Hi,

    Please can someone help, I think im facing a similar problem.

    If I pull the data using the SUMIF, it shows the correct results.

    =SUMIF(dump!$A:$A,summary!$A3,dump!$B:$B)Book2.xls

    But if I use the Index match, it returns '0' instead of 2.

    =SUMIF(dump!$A:$A,summary!$A3,INDEX(dump!A2:D2,0,MATCH(summary!B2,dump!B2:D2,0)))

    I need to use the index match as my columns for months would keep changing, as well as the database.

    Please help!

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Excel 2007 : Sumif, Index, match formula

    Please start a new thread... you can point here with a hyperlink if you think it is relevant.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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