+ Reply to Thread
Results 1 to 3 of 3

Creating a frequency table for each recurring date

  1. #1
    Registered User
    Join Date
    01-18-2012
    Location
    Delaware,OH
    MS-Off Ver
    Excel 2007
    Posts
    1

    Creating a frequency table for each recurring date

    Can someone help with this one. I have a list of dates in column G.

    G
    1/15/12
    1/15/12
    1/15/12 frequency for 1/15/12 should be here (i.e. 3)
    1/16/12
    1/16/12 frequency for 1/16/12 should be here (i.e. 2)
    1/17/12
    1/17/12
    1/17/12
    1/17/12

    Each date occurs a mutiple number of times. I have sorted the data to show the oldest date at the top and the newest date on the bottom. I want a function that calculates the frequency of each date in the adjucent column, F, and possibly put the frequency of each date in the cell adjucent to where each date ends. I used =COUNTIF(G:G,"11/15/12"). It works but I have to go to the end of each date and change the criteria.

    Thank you

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Creating a frequency table for each recurring date

    Hi,
    In B1 and copied down
    Please Login or Register  to view this content.
    Change the last row ref of 100 as appropriate
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Creating a frequency table for each recurring date

    Here, try this in H1:

    =IF(G1<>G2, COUNTIF(G$1:G1, G1),"")

    Edit: If you need total number of dates use above approach
    If you need "up to date" use mine (for example, try to enter 1/15/12 at the end of your data ans see both results)
    Last edited by zbor; 01-18-2012 at 10:22 AM.

+ 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