+ Reply to Thread
Results 1 to 6 of 6

Counting the number of times a specific name occurs between a specified period of time

  1. #1
    Registered User
    Join Date
    06-26-2012
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2007
    Posts
    20

    Counting the number of times a specific name occurs between a specified period of time

    I have a list of marketing tools that I am keeping track of. Everytime a customer is brought into my business using an online marketing tool, I am recording the marketing tool and putting the date next to the marketing tool to record when it occurred. I want to add up each marketing tool between a specified date range. Attached is an example of what I am trying to do. I need to populate Column C with a formula that will add up all the online marketing tools seen in column A between the date range seen in F and G.
    Attached Files Attached Files

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: Counting the number of times a specific name occurs between a specified period of time

    It may help if you show the results in column C you would like to achieve?
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    06-26-2012
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2007
    Posts
    20

    Re: Counting the number of times a specific name occurs between a specified period of time

    I changed the spreadsheet to make it more clear. I need to populate column F.
    Attached Files Attached Files

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: Counting the number of times a specific name occurs between a specified period of time

    Try

    Please Login or Register  to view this content.

  5. #5
    Forum Contributor day92's Avatar
    Join Date
    04-20-2010
    Location
    Los Angeles
    MS-Off Ver
    Excel 360
    Posts
    600

    Re: Counting the number of times a specific name occurs between a specified period of time

    Or you can use a sumproduct in F2

    =SUMPRODUCT(($A$2:$A$13=E2)*($B$2:$B$13>=$I$1)*($B$2:$B$13<=$I$2))

  6. #6
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: Counting the number of times a specific name occurs between a specified period of time

    I would not use SUMPRODUCT if your spreadsheet will always be in 2007+ as it is less efficient.

+ 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