PC Review


Reply
Thread Tools Rate Thread

Coditional Formatting?

 
 
=?Utf-8?B?TmVuYQ==?=
Guest
Posts: n/a
 
      22nd Aug 2007
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 With Quote
 
 
 
 
=?Utf-8?B?UHJhbmF2IFZhaWR5YQ==?=
Guest
Posts: n/a
 
      22nd Aug 2007
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 With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Coditional Formatting Matt Microsoft Access 3 2nd Feb 2007 04:20 AM
Coditional formatting Russ Kroeger Microsoft Access Reports 7 12th May 2005 05:38 PM
Why is coditional formatting not accessable? =?Utf-8?B?ZGdhbXM=?= Microsoft Excel Worksheet Functions 3 23rd Apr 2005 05:32 PM
coditional formatting =?Utf-8?B?Sm9obiBLbm9rZQ==?= Microsoft Excel Worksheet Functions 5 17th Apr 2005 08:21 PM
CODITIONAL FORMATTING =?Utf-8?B?Q2hyaXM=?= Microsoft Excel Programming 2 10th Mar 2005 03:01 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:37 AM.