+ Reply to Thread
Results 1 to 3 of 3

sum of an index/match array

  1. #1
    Forum Contributor TechRetard's Avatar
    Join Date
    06-14-2009
    Location
    Houston, TX
    MS-Off Ver
    Excel 2010
    Posts
    202

    sum of an index/match array

    this is kind of hard to explain so I attached a sample book...

    Need to lookup the values in table1 column A in table2, and depending on givin criteria sum the numbers in the table2 for the given Column A values

    can explain more if needed -- would prefer no help columns, using excel 2010
    Attached Files Attached Files
    Last edited by TechRetard; 06-20-2011 at 01:29 PM.
    TechRetard.ToString();

    There are always multiple ways to do something, when it doubt, drink a beer.

    I do not care if you rep or not but please mark post as Solved if there is resolution so I stop going back and checking if anything else is needed.

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

    Re: sum of an index/match array

    Try:

    =SUMPRODUCT(SUMIFS(Lookup!$C$2:$C$13,Lookup!$A$2:$A$13,$A14,Lookup!$B$2:$B$13,$A$2:$A$8))

    copied down
    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
    Forum Contributor TechRetard's Avatar
    Join Date
    06-14-2009
    Location
    Houston, TX
    MS-Off Ver
    Excel 2010
    Posts
    202

    Re: sum of an index/match array

    That will do her, thanks -- not familiar w/ 2010 forgot about sumifs

+ 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