guitardave78
Programmer
Sorry already posted this but the subject was usless as a description
I have a sheet with the following headers
username Page Date Time
I need to sort this info and do some maths!
I need to have a sheet that shows the difference between the first time a person views a page and the last time a person views a page on each date
so
abrar page1.asp 17/11/2003 08:12:10
abrar page1.asp 17/11/2003 08:13:03
abrar page1.asp 17/11/2003 08:13:05
abrar page1.asp 17/11/2003 08:13:09
abrar page1.asp 17/11/2003 08:15:45
abrar page2.asp 17/11/2003 08:19:27
gives
abrar 17/11/2003 00:07:17
abrar 18/11/2003 00:53:20
I want it split up by each date and by user
Any ideas?
I have a sheet with the following headers
username Page Date Time
I need to sort this info and do some maths!
I need to have a sheet that shows the difference between the first time a person views a page and the last time a person views a page on each date
so
abrar page1.asp 17/11/2003 08:12:10
abrar page1.asp 17/11/2003 08:13:03
abrar page1.asp 17/11/2003 08:13:05
abrar page1.asp 17/11/2003 08:13:09
abrar page1.asp 17/11/2003 08:15:45
abrar page2.asp 17/11/2003 08:19:27
gives
abrar 17/11/2003 00:07:17
abrar 18/11/2003 00:53:20
I want it split up by each date and by user
Any ideas?