+ Reply to Thread
Results 1 to 5 of 5

how to create a chart that reflects repetition?

  1. #1
    Registered User
    Join Date
    03-17-2009
    Location
    Antwerpen, Belgium
    MS-Off Ver
    Excel 2007
    Posts
    2

    how to create a chart that reflects repetition?

    Hi,

    I have a databse of clients' registration dates.
    I would like to create a chart that displays the registration trend, so I can measure it with the effects of activities.
    Now, each line has the customer's name, country and registration date.
    So the date column goes something like:

    01/01/2008
    02/01/2008
    02/01/2008
    02/01/2008
    03/01/2008
    03/01/2008

    How I can make a chart that will display on the X acces the date and on the Y access the number of repetitions: so I get basically 1 for 01/01/2008, 3 on 02/01/2008 etc?

  2. #2
    Forum Contributor
    Join Date
    03-09-2009
    Location
    Oslo, Norway
    MS-Off Ver
    Excel 2007
    Posts
    128

    Re: how to create a chart that reflects repetition?

    I would make a column with only unique dates, and then a formula in column B which counts the occurances for that data.

    =COUNTIF(A1:A100;B1)

    A1:A100 should be the range with all your dates:

    01/01/2008
    02/01/2008
    02/01/2008
    02/01/2008
    03/01/2008
    03/01/2008

    B1 should be the date you want to count for.

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: how to create a chart that reflects repetition?

    Welcome to the forum.

    The FREQUENCY function does exactly what you wish. See Help and post back if need assistance in implementing-- and if so, please post an example workbook.
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Registered User
    Join Date
    03-17-2009
    Location
    Antwerpen, Belgium
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: how to create a chart that reflects repetition?

    Thanks for all the help.
    At the end, I figured out I will not currently use this function, since I need to measure for now by month, not by date.
    But thanks anyway. It is for sure something I am going to use later on.

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: how to create a chart that reflects repetition?

    Gald you sorted it out.

    You could equally use FREQUENCY to histogram by months, just by arranging the values of the bins.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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