Hi everyone,
I have a list of session start and stop times, in format like so:
23/11/09 15:18:32, 23/11/09 15:18:40
23/11/09 15:20:02, 23/11/09 15:20:32
23/11/09 15:20:10, 23/11/09 15:20:40
This is in excel at the moment, start datetime in one column end datetime in the other.
Basically what I want to do is some post processing on this data. Im not sure what to use yet, whether to develop my own application, or just use excel, which is where I was hoping for help.
Basically what I want to do is work out say, for a time period x, say for simplicity, the hour 15:00 - 16:00. Based on these sessions, I want to work out how many simultaneous connections during that hour.
Any ideas suggestions, how, what to use? excel? vs2008?
I guess the one nice thing about keeping it in excel is then I can easily produce charts, etc... and i have always struggled working with datetime objects in vs.