+ Reply to Thread
Results 1 to 6 of 6

Excel 2007 : Sum with Names and Dates

  1. #1
    Forum Contributor
    Join Date
    09-24-2009
    Location
    london
    MS-Off Ver
    Excel 2013
    Posts
    129

    Sum with Names and Dates

    Column A contains "Names" and Row 1 contains "Dates" from now until Jan. Under each date will be a number value corresponding with a persons name. I need a formula that will lookup a specific name from column A and Sum the values for each month. ex. Cell A2(keith) Rows B1 (July 2) - G1 (Sept 4) I need to know how many numbers were inputed for Keith during the month of july. Could someone please help with this?

    Thanks



    Keith
    Last edited by keith6292; 08-07-2011 at 03:18 PM.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,673

    Re: Sum with Names and Dates

    Please look up SUMIF & COUNTIF or post a sample workbook with enough data to write formulas
    Ben Van Johnson

  3. #3
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: Sum with Names and Dates

    Hello Keith,

    Consider Sheet1 has the data.

    In Sheet2,

    A1 = Keith
    A2 = 7/1/2011

    A2 is the Start Date of the month, then

    =SUMIFS(INDEX(Sheet1!1:65536,MATCH(A1,Sheet1!A:A,0),0),Sheet1!1:1,">="&A2,Sheet1!1:1,"<="&EOMONTH(A2,0))
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  4. #4
    Forum Contributor
    Join Date
    09-24-2009
    Location
    london
    MS-Off Ver
    Excel 2013
    Posts
    129

    Re: Sum with Names and Dates

    On employee list sheet is where I need the formula entered.

    Thanks



    Keith
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    09-24-2009
    Location
    london
    MS-Off Ver
    Excel 2013
    Posts
    129

    Re: Sum with Names and Dates

    this is returning #NA. i posted an example. are you able to look at it for me?

    Thanks

  6. #6
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: Sum with Names and Dates

    In Employee List D4, copy down & across.

    =SUMIFS(INDEX('BBO Count'!$1:$1048576,MATCH($B4,'BBO Count'!$B:$B,0),0),'BBO Count'!$1:$1,">="&D$3,'BBO Count'!$1:$1,"<="&EOMONTH(D$3,0))

+ 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