Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, new to the forum, hope you peeps can help me!? I have a CSV file of user data relating to session times on a server. The columns are as follows: username, uniqueID, loginTime, logoutTime. What I want to be able to do is calculate for each user: a) their individual session length of time b) their total sessions length of time OK simple enough and I have done this manually thus far by sorting the data by username and then creating a new column for 'sessionTime' and another for 'totalSessionTime' with loginTime subtracted from logoutTime (with the IF to allow for 24Hr time calculations) I have been able to automate it slightly with =SUMIF(A1:A50000,"username",G1:G10000) where "username" represents an actual username that exists. What I really would like to be able to do is automate the process so that when the file is updated with the latest data, and therefore probably new usernames that were not present before, all individual usernames are calculated automatically without me having to manually set usernames in each cell formula... Does this make sense? -- optimusprym8 ------------------------------------------------------------------------ optimusprym8's Profile: http://www.excelforum.com/member.php...o&userid=35665 View this thread: http://www.excelforum.com/showthread...hreadid=554473 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to automatically calculate totals within a Y-N-N/A column | Excel Worksheet Functions | |||
RUNNING TOTALS...FORMULA NEEDED | Excel Worksheet Functions | |||
Formula needed to create grand totals | Excel Worksheet Functions | |||
Formula needed - automatically calculate session time totals for each user | Excel Worksheet Functions | |||
Help needed Writing formula that totals data at end of column | Excel Programming |