计算日期发生的次数,并绘制出图形 [英] Count number of times a date occurs and make a graph out of it

查看:156
本文介绍了计算日期发生的次数,并绘制出图形的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个日期列表,每个日期可能会发生不止一次。我想计算每个日期发生的次数(直方图),并将其显示在图表中(Y轴是日期出现的次数,X轴是日期本身)?



样本列表:

  19/05/2012 
19/05/2012
19/05/2012
17/05/2012
17/05/2012
16/05/2012
16/05/2012
16 / 05/2012
16/05/2012
15/05/2012
15/05/2012
15/05/2012
15/05/2012
12/05/2012
12/05/2012
12/05/2012
7/05/2012


解决方案

最简单的是做一个数据透视图。
选择日期数组(带标题)并创建一个新的数据透视图(Insert / PivotChart / Ok)
然后,在字段列表窗口中,先拖动轴列表中的日期列,然后在价值清单中。



步骤1:





步骤2: / p>


I have a list of dates, each date in it can occur more than once. I want to count the number of times each date occurs (histogram) and display it in a graph (with the Y axis being the number of times the date occurs and the X axis being the date itself)?

Sample list:

19/05/2012
19/05/2012
19/05/2012
17/05/2012
17/05/2012
16/05/2012
16/05/2012
16/05/2012
16/05/2012
15/05/2012
15/05/2012
15/05/2012
15/05/2012
12/05/2012
12/05/2012
12/05/2012
7/05/2012

解决方案

The simplest is to do a PivotChart. Select your array of dates (with a header) and create a new Pivot Chart (Insert / PivotChart / Ok) Then on the field list window, drag and drop the date column in the Axis list first and then in the value list first.

Step 1:

Step 2:

这篇关于计算日期发生的次数,并绘制出图形的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆