![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Posts: 14
|
Hello anyone!
I have a long list of date-times ('readings') that need to be plotted by how many occur in each hour of the day. (X-axis=hours through day, Y-axis=number of readings in each hour) Eg: say I have a column with cell values: 9:50, 10:10, 10:20, 10:30, 11:00 which must be plotted as 3 vertical bars (representing 9-10am, 10-11am, 11-12) on a chart. The height of each bar will be determined by the number of readings that occur in each hour(in this case 1, 3 and 1 respectively). There are in fact several thousand readings to plot through the day. Each reading is in date-time format (dd-mm-yyyy hh:mm:ss) Many thanks! |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sunny, spring-like Hull
Posts: 3,339
|
You could try making a pivot table of your data, grouping the entries by hours and then plotting directly from that.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|