specopsniper
New Member
- Joined
- Dec 7, 2015
- Messages
- 6
[TABLE="width: 500"]
<tbody>[TR]
[TD]12/7/2015[/TD]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl65, align: right"]12:53:39PM[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]100213655[/TD]
[/TR]
[TR]
[TD]12/7/2015[/TD]
[TD]12:54:37PM[/TD]
[TD]100213135[/TD]
[/TR]
[TR]
[TD]12/7/2015[/TD]
[TD]12:54:57PM[/TD]
[TD]100213548[/TD]
[/TR]
[TR]
[TD]12/7/2015[/TD]
[TD]12:54:59PM[/TD]
[TD]100213545[/TD]
[/TR]
[TR]
[TD]12/8/2015[/TD]
[TD]9:55:37PM[/TD]
[TD]100213598[/TD]
[/TR]
[TR]
[TD]12/8/2015[/TD]
[TD]9:56:32PM[/TD]
[TD]100213566[/TD]
[/TR]
[TR]
[TD]12/8/2015[/TD]
[TD]9:56:22PM[/TD]
[TD]100213536[/TD]
[/TR]
[TR]
[TD]12/8/2015[/TD]
[TD]9:56:12PM[/TD]
[TD]100216565[/TD]
[/TR]
[TR]
[TD]12/8/2015[/TD]
[TD]9:57:37PM[/TD]
[TD]100213656[/TD]
[/TR]
[TR]
[TD]12/9/2015[/TD]
[TD]10:53:37PM[/TD]
[TD]100268423[/TD]
[/TR]
[TR]
[TD]12/9/2015[/TD]
[TD]10:51:17PM[/TD]
[TD]100213507[/TD]
[/TR]
</tbody>[/TABLE]
Above graph is a small portion, the ID numbers on the right correlate showing we have 4 scans per day... when in fact the number will be closer to 1000 over an 8 hour period.
This is what my data table looks like (formatted scanner)
I can create a daily graph to show me the total amount of pods built per day, no problem.
What I want is a second graph that is purely for daily use, preferably line graph
I am trying to figure out how to incorporate it to show the total amount every 30 minutes like a stock exchange graph that populates throughout the day as 30 minutes where the far left of the graph shows say 9AM with 0 ID's, and the far right as 5PM with 1000, and have 30 minute increments showing an increasing total scanned. The scanners will be programmed as above to enter them in real time, I want to be able to refresh the graph an instantly see a report for the day so far.
=SUMPRODUCT(--(B:B=TODAY())) Which gives me total for a daily, I just don't know how to refine this to show 30min interval totals throughout the day into a line graph.
ex: 2:30:00am the total was 213, 3:00:00am the total was 276, 3:30:00am the total was 345.... and have that as a graph
Any help or ideas would be awesome, even if I have to refine my own data points (reprogram scanner to having data in one column to sort)
<tbody>[TR]
[TD]12/7/2015[/TD]
[TD][TABLE="width: 80"]
<tbody>[TR]
[TD="class: xl65, align: right"]12:53:39PM[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]100213655[/TD]
[/TR]
[TR]
[TD]12/7/2015[/TD]
[TD]12:54:37PM[/TD]
[TD]100213135[/TD]
[/TR]
[TR]
[TD]12/7/2015[/TD]
[TD]12:54:57PM[/TD]
[TD]100213548[/TD]
[/TR]
[TR]
[TD]12/7/2015[/TD]
[TD]12:54:59PM[/TD]
[TD]100213545[/TD]
[/TR]
[TR]
[TD]12/8/2015[/TD]
[TD]9:55:37PM[/TD]
[TD]100213598[/TD]
[/TR]
[TR]
[TD]12/8/2015[/TD]
[TD]9:56:32PM[/TD]
[TD]100213566[/TD]
[/TR]
[TR]
[TD]12/8/2015[/TD]
[TD]9:56:22PM[/TD]
[TD]100213536[/TD]
[/TR]
[TR]
[TD]12/8/2015[/TD]
[TD]9:56:12PM[/TD]
[TD]100216565[/TD]
[/TR]
[TR]
[TD]12/8/2015[/TD]
[TD]9:57:37PM[/TD]
[TD]100213656[/TD]
[/TR]
[TR]
[TD]12/9/2015[/TD]
[TD]10:53:37PM[/TD]
[TD]100268423[/TD]
[/TR]
[TR]
[TD]12/9/2015[/TD]
[TD]10:51:17PM[/TD]
[TD]100213507[/TD]
[/TR]
</tbody>[/TABLE]
Above graph is a small portion, the ID numbers on the right correlate showing we have 4 scans per day... when in fact the number will be closer to 1000 over an 8 hour period.
This is what my data table looks like (formatted scanner)
I can create a daily graph to show me the total amount of pods built per day, no problem.
What I want is a second graph that is purely for daily use, preferably line graph
I am trying to figure out how to incorporate it to show the total amount every 30 minutes like a stock exchange graph that populates throughout the day as 30 minutes where the far left of the graph shows say 9AM with 0 ID's, and the far right as 5PM with 1000, and have 30 minute increments showing an increasing total scanned. The scanners will be programmed as above to enter them in real time, I want to be able to refresh the graph an instantly see a report for the day so far.
=SUMPRODUCT(--(B:B=TODAY())) Which gives me total for a daily, I just don't know how to refine this to show 30min interval totals throughout the day into a line graph.
ex: 2:30:00am the total was 213, 3:00:00am the total was 276, 3:30:00am the total was 345.... and have that as a graph
Any help or ideas would be awesome, even if I have to refine my own data points (reprogram scanner to having data in one column to sort)