Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default need help w/ formula for taking lunch & overtime out of a 9 hour

I have a timesheet that calculates the time then takes out lunch & if over 8
hours put overtime in a column, but if the time is less than 8 it shows
negative ot instead of -0-. help !!!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default need help w/ formula for taking lunch & overtime out of a 9 hour

Try this not sure if this is what your needing
The -0.5 at the end is for lunch

=IF(A1<=8,A1-A1,A1-8-0.5)

"jodee501" wrote:

I have a timesheet that calculates the time then takes out lunch & if over 8
hours put overtime in a column, but if the time is less than 8 it shows
negative ot instead of -0-. help !!!!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default need help w/ formula for taking lunch & overtime out of a 9 hour

Sorry
This sould do better
what i did was change the 8 to 8.5
=IF(A1<=8.5,A1-A1,A1-8.5-0.5)
"jodee501" wrote:

I have a timesheet that calculates the time then takes out lunch & if over 8
hours put overtime in a column, but if the time is less than 8 it shows
negative ot instead of -0-. help !!!!

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
end - start less one hour for lunch mochamichelle Excel Worksheet Functions 5 October 5th 06 09:44 PM
=SUMPRODUCT((Overtime!$J$6:$GY$6-DAY(Overtime!$J$6:$GY$6)+1=A25)*(Overtime!$J$7:$GY $2 paulrm906 Excel Worksheet Functions 8 June 11th 06 10:34 AM
Tracking overtime signups in 1/2 hour increments by day Stephanie Excel Discussion (Misc queries) 1 May 18th 06 03:04 PM
convert decimal numbers to a fraction of an hour for payroll hour Flower Excel Worksheet Functions 4 February 10th 06 07:46 PM
Overtime computation and lunch break formula with IF and AND navychef Excel Worksheet Functions 4 December 8th 05 07:06 AM


All times are GMT +1. The time now is 01:33 PM.

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

About Us

"It's about Microsoft Excel"