aordoqui
Computer
- Jan 12, 2003
- 3
I need help.
I have a row of information including "Time" and "Sites". I want to add up the sites by hour. For example I want to add up the sites for all the 7 O'Clocks, add up the sites for all the 8 O'Clocks, and so on...
The table of information look like this...
TIME SITES
7:00 150
7:00 300
7:15 400
7:30 50
8:00 100
8:00 115
9:00 35
9:30 65
How would I sum up the sites under each time, but keep anything that begin with 7, such as 7:00, 7:15 and 7:30 within the same group???
Another thing I would like to do is everytime there is a change from a 7 O'Clock to an 8 O'clock, to insert a row in between them. Is that possible. I would appreciate any help.
Thanks for your time.
I have a row of information including "Time" and "Sites". I want to add up the sites by hour. For example I want to add up the sites for all the 7 O'Clocks, add up the sites for all the 8 O'Clocks, and so on...
The table of information look like this...
TIME SITES
7:00 150
7:00 300
7:15 400
7:30 50
8:00 100
8:00 115
9:00 35
9:30 65
How would I sum up the sites under each time, but keep anything that begin with 7, such as 7:00, 7:15 and 7:30 within the same group???
Another thing I would like to do is everytime there is a change from a 7 O'Clock to an 8 O'clock, to insert a row in between them. Is that possible. I would appreciate any help.
Thanks for your time.