Centralpark
New Member
Hi, I have two sets of data. Column A is "department" and column B is "Order time" (which is in date+time format). I am trying to show this in a graph but want to club(or count) time" together and show it as a total sum without manipulating the data.
DepartmentOrder Time
ULTRASOUND05/01/14 12:57:
ULTRASOUND05/01/14 18:36:
ULTRASOUND05/01/14 20:43:
ULTRASOUND05/01/14 23:02:
ULTRASOUND
05/02/14 00:32:
On X-axis, I want to show "order time" but just show "5/01/14" and on Y-axis, the series should go upto "4". For 5/2, the graph will just show 1 and so on and on.
Is there any automated way to show this when I do this in a graph or do I have to count them before plotting the graph?
DepartmentOrder Time
ULTRASOUND05/01/14 12:57:
ULTRASOUND05/01/14 18:36:
ULTRASOUND05/01/14 20:43:
ULTRASOUND05/01/14 23:02:
ULTRASOUND
05/02/14 00:32:
On X-axis, I want to show "order time" but just show "5/01/14" and on Y-axis, the series should go upto "4". For 5/2, the graph will just show 1 and so on and on.
Is there any automated way to show this when I do this in a graph or do I have to count them before plotting the graph?