AWM21
New Member
- Joined
- Aug 2, 2021
- Messages
- 13
- Office Version
- 365
- Platform
- Windows
Hello,
I have a sheet of data in excel and I need to get the total minutes engaged per user.
Most the users have a single row hosting their start and stop times. (Cell B1=UserName; B2=StartDateTime; B3=StopDateTime). I can get total number of minutes pretty easy from that, so no issue there.
**(DateTime is formatted like this: (2021-06-09 14:02:43)
Where I'm having an issue is that some of the data has duplicate user entries, where each duplicate will have a new start and stop time.
How can I isolate the duplicate entries, add up the date/times by user, and then use that compiled data with the original data sheet?
I feel like/hope this can happen pretty easily with VB.
Thank You!
I have a sheet of data in excel and I need to get the total minutes engaged per user.
Most the users have a single row hosting their start and stop times. (Cell B1=UserName; B2=StartDateTime; B3=StopDateTime). I can get total number of minutes pretty easy from that, so no issue there.
**(DateTime is formatted like this: (2021-06-09 14:02:43)
Where I'm having an issue is that some of the data has duplicate user entries, where each duplicate will have a new start and stop time.
- Example:
- *Jon was engaged for the entire session, no interruptions. John has a single data row with one start & stop time.
- *Jane was in and out of the session, so her data shows that she logged in and out several times resulting in many duplicate entries. I would like to isolate Jane's array and sum up her total time in the session.
How can I isolate the duplicate entries, add up the date/times by user, and then use that compiled data with the original data sheet?
I feel like/hope this can happen pretty easily with VB.
Thank You!