calls per hour graph

DerekA

New Member
Joined
Jun 7, 2011
Messages
1
I have time stamped data for a complete month in a single column as such "1/1/2010 3:10 PM". I'm trying to break it down so that I can put it in a graph format showing me the activity for monday - sunday over a 24hour period in 30minute intervals.

I'm trying to do it via a pivot table, but while I can get it to show me the legend for the weekdays and the hours on the X-axis I can't seem to get it to break down to show the number of calls per half hour.

Any advice would be greatly appreciated
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
This will round the date-time value in cell A1 to the half-hour.

=FLOOR(A1,1/48)

Put this formula in a new column for each date-time you want to round and then include this new column as field in your pivot table.
 
Upvote 0

Forum statistics

Threads
1,224,591
Messages
6,179,768
Members
452,940
Latest member
rootytrip

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top