Hello all,
I've been stuck the last few days on how to accomplish something. I know it's possible, I'm just not seeing it.
I have 3 columns with data:
Column A has a serial number
Column B has type of account
Column C has a time stamp.
The serial number is assigned to an account when the account is opened and then it gets a time stamp. There can also be more than one type of account opened per session resulting in a serial number having 2 or 3 different types of accounts associated with it; each account gets the same time stamp for the session.
I can get an average time for a single type of account but I don't think its accurate because it potentially factors in other accounts opened in the same session. How do I pull the data apart so that I can look at average times per account with and with out other accounts opened in the same session? Hope this makes sense... any thoughts?
Thanks!
I've been stuck the last few days on how to accomplish something. I know it's possible, I'm just not seeing it.
I have 3 columns with data:
Column A has a serial number
Column B has type of account
Column C has a time stamp.
The serial number is assigned to an account when the account is opened and then it gets a time stamp. There can also be more than one type of account opened per session resulting in a serial number having 2 or 3 different types of accounts associated with it; each account gets the same time stamp for the session.
I can get an average time for a single type of account but I don't think its accurate because it potentially factors in other accounts opened in the same session. How do I pull the data apart so that I can look at average times per account with and with out other accounts opened in the same session? Hope this makes sense... any thoughts?
Thanks!