Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Working hours average

Hi
I have a database of a person's working hours where I have his three months
extra or less working hours. I want an average of all the three months.

Can someone help me with the formula for this average. Here the average
formula is not giving the correct value.

Month 1 Month 2 Month 3 Average
-08:31:00 -24:50:00 21:01:00 ?



  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 70
Default Working hours average

Hi Aviral,

Assuming the data is there in columns A, B,C and D respectively, use
following formula in column D:-

=AVERAGE((VALUE(IF(LEFT(A1,1)="-",MID(A1,2,2)&":"&MID(A1,5,2),MID(A1,1,2)&":"&MID( A1,4,2)))),(VALUE(IF(LEFT(B1,1)="-",MID(B1,2,2)&":"&MID(B1,5,2),MID(B1,1,2)&":"&MID( B1,4,2)))),(VALUE(IF(LEFT(C1,1)="-",MID(C1,2,2)&":"&MID(C1,5,2),MID(C1,1,2)&":"&MID( C1,4,2)))))

Please click on "yes" if it works

Thanks.
--
Dilip Kumar Pandey
MBA, BCA, B.Com(Hons.)


New Delhi, India


"Aviral Sharma" wrote:

Hi
I have a database of a person's working hours where I have his three months
extra or less working hours. I want an average of all the three months.

Can someone help me with the formula for this average. Here the average
formula is not giving the correct value.

Month 1 Month 2 Month 3 Average
-08:31:00 -24:50:00 21:01:00 ?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Working out hours Nicola22 Excel Discussion (Misc queries) 2 March 3rd 09 02:00 PM
working hours Michel B. Excel Worksheet Functions 2 March 9th 06 05:18 PM
Working hours Hani Muhtadi Excel Discussion (Misc queries) 1 September 13th 05 09:48 PM
calculate average hours and minutes llstephens Excel Worksheet Functions 4 November 30th 04 03:47 PM
calculate average hours worked llstephens Excel Worksheet Functions 1 November 24th 04 02:37 PM


All times are GMT +1. The time now is 07:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"