+ Reply to Thread
Results 1 to 5 of 5

Count If Number Repeats in 5 Day Period

  1. #1
    Forum Contributor
    Join Date
    12-24-2010
    Location
    South Africa
    MS-Off Ver
    Office 2003; Office 2007; Office 2010 (Prefered)
    Posts
    102

    Question Count If Number Repeats in 5 Day Period

    Hi All,

    I have a list of phone numbers that call into my call centre. I am trying to identify which customers call in more than once in a 5 day period.

    The basic criteria for a customer to be counted is:
    Call Duration >= 00:00:30
    Same phone number is used
    Same customer calls in in a 5 day period.


    I have attached a sample wordbook.
    Attached Files Attached Files

  2. #2
    Forum Contributor noboffinme's Avatar
    Join Date
    08-29-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2003/7/10/13/16/19
    Posts
    1,071

    Re: Count If Number Repeats in 5 Day Period

    Hi SalientAnimal,

    You will need a 'Rolling' count of the phone number to = 5 days from the current date.

    Have a look at this link;

    http://www.mrexcel.com/forum/excel-q...12-months.html

    It's along the lines of what you need, a SUMIF for the phone number couples with the rolling date parameters.

    Extra happy to help anyone trying to get call queues down.
    Remember you are unique, like everyone else

  3. #3
    Forum Contributor
    Join Date
    12-24-2010
    Location
    South Africa
    MS-Off Ver
    Office 2003; Office 2007; Office 2010 (Prefered)
    Posts
    102

    Re: Count If Number Repeats in 5 Day Period

    Quote Originally Posted by noboffinme View Post
    Hi SalientAnimal,

    You will need a 'Rolling' count of the phone number to = 5 days from the current date.

    Have a look at this link;

    http://www.mrexcel.com/forum/excel-q...12-months.html

    It's along the lines of what you need, a SUMIF for the phone number couples with the rolling date parameters.

    Extra happy to help anyone trying to get call queues down.


    Thanks, going to take a look at this. hope I can get this working :-). Looks a bit complicated for my knowledge :P.

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Count If Number Repeats in 5 Day Period

    I deleted 9000 Rows of data and just applied formula for 2000 rows of data and arrived the result in Pivot Table.

    Check the attached File For Pivot Solution
    Attached Files Attached Files


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  5. #5
    Forum Contributor
    Join Date
    12-24-2010
    Location
    South Africa
    MS-Off Ver
    Office 2003; Office 2007; Office 2010 (Prefered)
    Posts
    102

    Re: Count If Number Repeats in 5 Day Period

    It seems as if I have my count working the way I want it to and I have also added an exclusion. The only problem I have now is including the 5 day cycle in this formula.

    COLUMN D = PHONE NUMBER
    COLUMN H = DURATION
    COLUMN A = RUNCATED DATE TO EQUAL PERIOD
    COLUMN B = ACTUAL CALL DATE

    =IF(D2="Incoming Call",,IF(H2>="00:00:30",SUMPRODUCT(($A:$A=$J$1)*($D:$D=D2)),0))

    I would assume that I would need to include the ACTUAL CALL DATE into my SUMPRODUCT formula somehow...

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Count number of days between a period
    By amurray2307 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-20-2013, 05:40 AM
  2. count the number of repeats
    By sweetness34 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-03-2013, 03:59 PM
  3. Replies: 5
    Last Post: 02-03-2012, 07:05 AM
  4. [SOLVED] How can I count the number of times a letter repeats in a string?
    By Wiley in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-11-2006, 02:00 PM
  5. [SOLVED] How can I count the number of repeats in a list of data?
    By SouthCarolina in forum Excel General
    Replies: 7
    Last Post: 03-07-2006, 06:10 PM

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