Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need help. I'm not sure how to ask this question. I'm trying to average
the number of entries during a specific time frame with a formula (or anything else). This is what my data looks like: UserName 4:57:48 PM Login 4:59:57 PM Add Record 5:02:21 PM Add Record 6:59:17 PM Add Record 8:34:56 PM Logout This user created 3 entries in 3hrs and 37mins. Average of 1 every 1:12mins). Can anyone help? -- Nena |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Nena,
here's how you will do this. Say your belo data is in Column B and column C resp. type the below formula where you want the average- =(B6-B2)/COUNTIF(C2:C6,"Add Record") Here B6 is LogOut cell and B2 is LogIn cell. Also make sure you do not have any other entries in between log in and log out otherwise your aveage will be wrong. Also the cell in which you will type the formula should be formatted as HH:MM:SS to see the result. Hope this helps!! -- Pranav Vaidya VBA Developer PN, MH-India If you think my answer is useful, please rate this post as an ANSWER!! "Nena" wrote: I need help. I'm not sure how to ask this question. I'm trying to average the number of entries during a specific time frame with a formula (or anything else). This is what my data looks like: UserName 4:57:48 PM Login 4:59:57 PM Add Record 5:02:21 PM Add Record 6:59:17 PM Add Record 8:34:56 PM Logout This user created 3 entries in 3hrs and 37mins. Average of 1 every 1:12mins). Can anyone help? -- Nena |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
expanding custom formatting without removing existing cell formatting? | Excel Worksheet Functions | |||
Why is coditional formatting not accessable? | Excel Worksheet Functions | |||
coditional formatting | Excel Worksheet Functions |