+ Reply to Thread
Results 1 to 4 of 4

Chart showing amount of times dates occur

  1. #1
    Registered User
    Join Date
    10-23-2008
    Location
    London
    Posts
    2

    Chart showing amount of times dates occur

    Hi all,
    I'm sure there will be some of you shaking your heads in disbelief but I realized this morning that I am absolutely useless with Excel formulas.

    I have a user table showing users joined to my site as well as the date they joined etc.

    All I want to do is create a chart showing how many users joined on each day.
    So I need to get the amount of times a date occurs in the column, displayed next to the specific date.

    Can anyone help please?

    Thank you in advance.
    Attached Images Attached Images
    Last edited by eben80; 10-23-2008 at 05:36 AM.

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    Hi and welcome to the board.
    Why attach an image when you need a sheet?

    This being said, the easiest way is to use a Pivot Chart . Go to data Pivot Table and chart and follow the wizard

    HTH

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    To just show the count against the first instance of each date put this formula in E2 and copy down column

    =IF(C2=C1,"",COUNTIF(C:C,C2))

  4. #4
    Registered User
    Join Date
    10-23-2008
    Location
    London
    Posts
    2
    Thanks a lot. That did the trick.

+ 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