+ Reply to Thread
Results 1 to 3 of 3

How to track number of occurrences during a particular time range

  1. #1
    Registered User
    Join Date
    06-15-2014
    Posts
    1

    How to track number of occurrences during a particular time range

    Hi All,

    I have a data with phone number, date and time.I want to track how many number of calls came on a particular date and during a particular time. Please help me with a formula which would work in excel and track the same. Please find attached the excel sheet for the data. It would be of great help if anyone can help me with this.
    Attached Files Attached Files

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,937

    Re: How to track number of occurrences during a particular time range

    I would use the Countifs function. Here is a link to the syntax for that function

    http://www.techonthenet.com/excel/formulas/countifs.php
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: How to track number of occurrences during a particular time range

    One way...

    To count calls for the date 6/10/2014 during the 12:00 PM hour...

    Use cells to hold the criteria:

    F3 = 6/10/2014
    G3 = 12

    Then, this formula:

    =SUMPRODUCT(--(C3:C26=F3),--(HOUR(D3:D26)=G3))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. [SOLVED] Formula for counting the number of occurrences within a range of cells AND Strings help
    By V1gilante in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-14-2014, 07:58 PM
  2. [SOLVED] Count number of occurrences for a number of ranges from a find loop
    By ANDREWA in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 08-23-2012, 07:53 PM
  3. Formula to Count the Number of Occurrences of a Text String in a Range
    By poug1903 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-10-2011, 06:49 AM
  4. Replies: 5
    Last Post: 11-19-2010, 03:49 PM
  5. Replies: 1
    Last Post: 09-18-2009, 04:15 PM

Tags for this Thread

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