+ Reply to Thread
Results 1 to 5 of 5

Excel 2007 : Sumifs help

  1. #1
    Registered User
    Join Date
    04-26-2012
    Location
    Alabama
    MS-Off Ver
    Excel 2007
    Posts
    2

    Sumifs help

    Hello all who can help!

    I have a problem I have been struggling with for days. I have attached an excel file similar to what I am working with.

    There are two worksheets: Summary and Data. On the summary worksheet, in cell B3, I am trying to count the # of Non Tech calls for Monday, January 02, 2012 from the Data worksheet.

    I have tried to use a sumifs formula but it doesn't work because of the date headings on the data worksheet. I have no experience with offset formulas so I don't know where to begin.

    Does this make sense and if so can anyone help?

    Thanks in advance!
    Attached Files Attached Files

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,704

    Re: Sumifs help

    Try this formula in Summary B3 copied down

    =INDEX(Data!B$4:B$120,MATCH(A3,Data!A$2:A$118,0))
    Audere est facere

  3. #3
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Sumifs help

    In B3 you can use:
    =INDEX(Data!$B:$B,MATCH($A3,Data!$A:$A,0)+2)

    In C3 you just change the 2 (at the end) to a 3
    Last edited by Cutter; 04-26-2012 at 12:33 PM. Reason: Added instruction

  4. #4
    Registered User
    Join Date
    04-26-2012
    Location
    Alabama
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Sumifs help

    Worked perfect! Thanks!

    I looked at the formula to try to figure out how it worked and I guess I don't understand the INDEX and MATCH part of the formula. Any great websites out there that I can reference?

    I consider myself pretty good with excel but I am in a position now where I need to expand my knowledge on formulas and getting help from you guys is great but I would like to learn the concept behind it.

    Thanks again!

  5. #5
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Sumifs help

    You're welcome.
    Here are 2 links that list & explain (with examples) Excel's formulas:
    http://www.excelfunctions.net/
    http://office.microsoft.com/en-us/ex...010079186.aspx

+ 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