+ Reply to Thread
Results 1 to 2 of 2

Chart that takes a row of dates and plots the number of occurances in each month

  1. #1
    Registered User
    Join Date
    11-19-2014
    Location
    new your, usa
    MS-Off Ver
    2013
    Posts
    1

    Chart that takes a row of dates and plots the number of occurances in each month

    I have a row with random dates and I want to create a chart that shows how many occurrence’s happen per month. So if there were 30 dates within January 2014, jan 2014 would show 30, feb 2014 would show XX, march 2014 would show XX etc. this happens through multiple years so it would have to differentiate between jan 14 and jan 15 etc. Any ideas?

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829

    Re: Chart that takes a row of dates and plots the number of occurances in each month

    Excel's charts are not really built to do the data analysis. What we usually do is perform the analysis in the spreadsheet, then build the chart from the results of the analysis.

    I would probably use the FREQUENCY() function for this analysis: https://support.office.com/en-us/art...7-fd9ea898fdb9

    1) Add a column or row that will be your "bins" array. This will contain the first date of each month (1 Jan 2014, 1 feb 2014, and so on).
    2) Select the output cells and enter the FREQUENCY() function. Note that this is an array function, so you select all the output cells and commit the function with ctrl-shift-enter
    3) Add a chart to plot the resulting frequencies against the bins array.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ 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] count the number of dates for last month and the number of dates for this month
    By JmundleBofA in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-25-2014, 08:37 PM
  2. Excel Line Chart - 12 month chart moving with dates
    By rockycj in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 02-13-2013, 06:41 PM
  3. [SOLVED] Formula that takes takes out a specific word/number from text string
    By ncalvelo in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-29-2012, 10:21 AM
  4. macro plots every column of data, then takes out all the data I don't need
    By chemeng1T3 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-05-2012, 07:05 AM
  5. chart the number of occurances
    By kemel in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 07-03-2006, 12: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