Chart showing busiest time of day

glaupie

New Member
Joined
Sep 8, 2010
Messages
45
Hi there,

I need some tips as to what the best way would be to represent the following in a chart:

I have a table showing each day of the month (1st, 2nd, 3rd to 31st) as headers, and 24 one-hour intervals as rows (00:00 - 01:00, 01:00 - 02:00, ..... 23:00 - 24:00). Each cell then shows the percentage of total faxes for the day, that was received during that interval.
At the bottom (below the 23:00 - 24:00), I then have a formula which determines the busiest time of the day, for each day.

I want to represent this (busiest time of each day) in a chart, but nothing I do seems to work properly. I'm not sure if I need to format the time-period differently, or which chart type to use.

My data table will thus look like this (transposed):

1st13:00 - 14:00
2nd11:00 - 12:00
3rd13:00 - 14:00
4th11:00 - 12:00
5th14:00 - 15:00
6th11:00 - 12:00
7th12:00 - 13:00
8th12:00 - 13:00
9th13:00 - 14:00
10th13:00 - 14:00
11th13:00 - 14:00
12th16:00 - 17:00
13th11:00 - 12:00
14th12:00 - 13:00
15th14:00 - 15:00
16th12:00 - 13:00
17th12:00 - 13:00
18th16:00 - 17:00
19th12:00 - 13:00
20th12:00 - 13:00
21st10:00 - 11:00
22nd14:00 - 15:00
23rd11:00 - 12:00
24th12:00 - 13:00
25th13:00 - 14:00
26th13:00 - 14:00
27th13:00 - 14:00
28th13:00 - 14:00
29th13:00 - 14:00
30th13:00 - 14:00
31st16:00 - 17:00

<tbody>
</tbody>

Any ideas?

Thanks,

Gerhard
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Hi, what is the importance of 1st, 2nd, 3rd? why not a pivot table with the sum of occurrences per time period? could chart that as a line chart.
would that work?
 
Upvote 0
To create any sort of chart you need to split the times into 2 columns like this:


Excel 2003
ABC
11st13:0014:00
22nd11:0012:00
33rd13:0014:00
Sheet1
 
Upvote 0

Forum statistics

Threads
1,216,031
Messages
6,128,422
Members
449,450
Latest member
gunars

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