Is there an easy way to create a chart showing the total number of
requests per hour of day from the following raw data (simplified
example, real data consists of thousands of log entries)?
Timestamp | Number of transactions
===============================================
2006-05-01 1:15:54 pm | 41
2006-05-01 1:15:55 pm | 33
2006-05-01 1:15:56 pm | 40
2006-05-01 1:18:08 pm | 3
2006-05-01 3:40:12 pm | 1
2006-05-01 8:01:33 pm | 2
2006-05-02 1:52:04 am | 1
2006-05-02 2:01:33 pm | 1
2006-05-03 3:11:11 pm | 1
What about I'd like to categorize the transactions in the chart by
using a third column in the raw data called "type of transaction"?
I've been trying to Google around but apparently am not savy enough
with Excel to even come up with the correct keywords...
TIA,
Keke
Bookmarks