time averaging

cocacola

New Member
Joined
Oct 16, 2002
Messages
26
have a list of log-in times for employees. would like to find an average (a formula?) log-in and log-out time for each one.

suggestions?

THANKS!!!
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
employee names in col A, times in col b, something of the form:

=AVERAGE(IF($A$1:$A$11=D2,$B$1:$B$11))

array entered (i.e. using control + shift + enter, not just enter
Book4
ABCDE
1a09:30
2b09:31a9:34
3a09:32b9:34
4b09:33c9:37
5a09:34
6a09:35
7b09:36
8c09:37
9c09:38
10b09:39
11a09:40
12
Sheet1
 
Upvote 0

Forum statistics

Threads
1,215,011
Messages
6,122,677
Members
449,092
Latest member
tayo4dgacorbanget

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top