+ Reply to Thread
Results 1 to 4 of 4

Vlookup and SUMIFS

  1. #1
    Registered User
    Join Date
    06-23-2011
    Location
    JAmaica
    MS-Off Ver
    Excel 2003
    Posts
    20

    Vlookup and SUMIFS

    Hi

    Is there any way to combine Vlookup and SUMIFS? I need to sum the results displayed in a specific row if that row matches certain conditions.
    Thanks a lot.
    M

    I'm enclosing an example.
    Attached Files Attached Files
    Last edited by ASPERO; 07-15-2011 at 09:09 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    05-23-2011
    Location
    Lahore PK
    MS-Off Ver
    Excel 2007, 2013
    Posts
    627

    Re: Vlookup and SUMIFS

    Hi ASPERO

    there could be many ways. Kindly upload a sample work book for solution of your problem.

  3. #3
    Registered User
    Join Date
    06-23-2011
    Location
    JAmaica
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: Vlookup and SUMIFS

    Hi
    I have already uploaded an example of what I need to do.
    Thanks a lot for your help.
    M

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

    Re: Vlookup and SUMIFS

    Try something like:

    =SUMPRODUCT(('Games per Team'!$B$5:$B$11=I5)*('Games per Team'!$C$4:$EE$4>=DATE(2008,3,1))*('Games per Team'!$C$4:$EE$4<=DATE(2009,11,1)),'Games per Team'!$C$5:$EE$11)

    copied down.

    You can replace the DATE() functions with Cell references containing the START/END dates of interest... (note that since you list the dates in Games Per Team sheet as first of each month, then the cell references should be the same to ensure you get all the data you need).
    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.

+ 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