#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RER RER is offline
external usenet poster
 
Posts: 1
Default FORMULA FOR TIME

Hello! : )

I am also looking for a formula that can help me calculate hours worked
by adding start and end times.Also I would like for it to subtract 30 minutes
for lunch from monday to thursday. I would like it to calculate the time by
1/4 hours with 8 minutes being the up or down trigger.

For Example:
1) Example down START @ 8:00 END @16:37=9 hours
2) Example up START @8:00 End @ 16:38=9 hours & 15 minutes

Someone please help me for i have worked on this days now. : (

THANKX,
R.E.R.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default FORMULA FOR TIME

1) Example down START @ 8:00 END @16:37=9 hours
2) Example up START @8:00 End @ 16:38=9 hours & 15 minutes


How do you arrive at those results?

Example 1 total time is 8:37 rounded to the nearest 15m = 8:30
Example 2 total time is 8:38 rounded to the nearest 15m = 8:45

A2 = 8:00
B2 = 16:37

=ROUND((B2-A2)/TIME(0,15,0),0)*TIME(0,15,0)

Biff

"RER" wrote in message
...
Hello! : )

I am also looking for a formula that can help me calculate hours
worked
by adding start and end times.Also I would like for it to subtract 30
minutes
for lunch from monday to thursday. I would like it to calculate the time
by
1/4 hours with 8 minutes being the up or down trigger.

For Example:
1) Example down START @ 8:00 END @16:37=9 hours
2) Example up START @8:00 End @ 16:38=9 hours & 15 minutes

Someone please help me for i have worked on this days now. : (

THANKX,
R.E.R.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 618
Default FORMULA FOR TIME

The OP ssems to have added half an hour for lunch, rather than subtracting
it?
--
David Biddulph

"T. Valko" wrote in message
...
1) Example down START @ 8:00 END @16:37=9 hours
2) Example up START @8:00 End @ 16:38=9 hours & 15 minutes


How do you arrive at those results?

Example 1 total time is 8:37 rounded to the nearest 15m = 8:30
Example 2 total time is 8:38 rounded to the nearest 15m = 8:45

A2 = 8:00
B2 = 16:37

=ROUND((B2-A2)/TIME(0,15,0),0)*TIME(0,15,0)

Biff

"RER" wrote in message
...
Hello! : )

I am also looking for a formula that can help me calculate hours
worked
by adding start and end times.Also I would like for it to subtract 30
minutes
for lunch from monday to thursday. I would like it to calculate the time
by
1/4 hours with 8 minutes being the up or down trigger.

For Example:
1) Example down START @ 8:00 END @16:37=9 hours
2) Example up START @8:00 End @ 16:38=9 hours & 15 minutes

Someone please help me for i have worked on this days now. : (

THANKX,

R.E.R.





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
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


All times are GMT +1. The time now is 03:51 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"