Hi,
I am currently assiting a friend with their business based on a java based product that is not yet fully developed. In the mean time, we are trying to track the number of users that are logged in currently, but the system events does not included those that have been continiously logged in therefore giving skewed results. So what we have done is exported backdated xls in the hope of trying to work out which clients have been logging in and those that havent logged out, therefore implying that they are still logged in.
What we need help in doing is to somehow using the 6000+ rows is to find a quick way of returning those people that have not logged out essentially. But to do this we need to correspond the client names with their logging in details, and seperate the clients, then from that individually count each clients logins (the event is named as "Logged in" on our side) and if it gives an odd number they are still logged in, but if even they must have logged out.
We have tried combining h and v lookups with counif and such but we cannot seem to get anything to do what is required, so any help is appreciated.
Many Thanks
Bookmarks