+ Reply to Thread
Results 1 to 6 of 6

SumIFS or Index Match Help

  1. #1
    Registered User
    Join Date
    09-11-2013
    Location
    Houston, Tx
    MS-Off Ver
    Excel 2010
    Posts
    21

    SumIFS or Index Match Help

    Attached is a example of what I need help with. I want a excel formula to look off of a certain Line and use text to calculate sume of values. Attachment will help.. thanksExcel Help.xlsx

  2. #2
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: SumIFS or Index Match Help

    Simple sumif would suffice the purpose


    if this solves your query mark thread as solved and if you like the answer click " * " add rep icon in the bottom left corner of post
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    09-11-2013
    Location
    Houston, Tx
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: SumIFS or Index Match Help

    hey that looks good. except on the sum range I do not want to have it set, as I might change what cell Total L10, Total L20, Total L30 are. Is there anyway is can be automated?

  4. #4
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: SumIFS or Index Match Help

    you want to change the location of sum range or just the name from L10 to something else

  5. #5
    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: SumIFS or Index Match Help

    With this you don't have to change anything on your spreasheet. Just copy and paste this formula in O2 and drag it the right and then down:

    =SUMPRODUCT(($A$5:$A$11="Total "&O$1)*($B$2:$J$2=$N2)*($B$5:$J$11))
    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

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: SumIFS or Index Match Help

    Just to mess around some, this will also work...
    =SUMIF($B$2:$J$2,$N2,OFFSET($A$2,MATCH("Total "&O$1,$A$2:$A$11,0)-1,1,1,COUNT($B$2:$J$2)))

    NOTE that your "Total L30" has a trailing space, you need to remove that
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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 With Index/Match Column
    By benno87 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 03-03-2015, 08:14 AM
  2. possible to use SUMIFS, INDEX, MATCH across 2 rows?
    By sofib09 in forum Excel General
    Replies: 1
    Last Post: 01-18-2011, 06:09 PM
  3. Replies: 0
    Last Post: 01-18-2011, 04:30 PM
  4. SUMIFS,INDEX,MATCH code problems
    By sofib09 in forum Excel General
    Replies: 10
    Last Post: 01-07-2011, 04:37 PM
  5. SUMIFS, INDEX, and MATCH-- how to fix?
    By sofib09 in forum Excel General
    Replies: 6
    Last Post: 12-13-2010, 11:05 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