Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I work in a very small office and manual fill in time sheets on a weekly
bases but I can't figure out the simple formula to add clock in, lunch out, lunch in and clock out on a daily bases per employee. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Check out Chip Pearson's site for timesheet formulas.
http://www.cpearson.com/excel/overtime.htm Gord Dibben MS Excel MVP On Fri, 28 Jul 2006 13:38:02 -0700, HR problem with using formulas. <HR problem with using wrote: I work in a very small office and manual fill in time sheets on a weekly bases but I can't figure out the simple formula to add clock in, lunch out, lunch in and clock out on a daily bases per employee. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
To get time interval between two times simple take one time from another
So "Lunch out" - "Clock in" is time prior to lunch (?) and "Lunch in" - "Clock out" is time after lunch so if A1=Clock in and B1=Lunch out, then E1 (for example) =B1-A1 Format cells as hh:mm or if time period is more than 24 hours, use [h]:mm in the cells containing the calculation formulae HTH "HR problem with using formulas." wrote: I work in a very small office and manual fill in time sheets on a weekly bases but I can't figure out the simple formula to add clock in, lunch out, lunch in and clock out on a daily bases per employee. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() This formula should work =(E12<D12)+E12-D12+(G12<F12)+G12-F12 D12 = Start Work E12 = Time Out (Lunch) F12 = Time In (Lunch) G12 = End Work H12 has formula and is formatted as [h]:mm Try the attached link for more help on subject http://www.cpearson.com/excel/datetime.htm http://www.j-walk.com/ss/excel/files/timesht.htm VBA Noob -- VBA Noob ------------------------------------------------------------------------ VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833 View this thread: http://www.excelforum.com/showthread...hreadid=566167 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel displaying formulae as constant and not calculating formula | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
How can i get an If formula in excel to edit another cell? | Excel Worksheet Functions | |||
converting formula from lotus.123 to excel | Excel Worksheet Functions | |||
Formula Integrity Not Preserved During Sort in Excel 2000 | Excel Discussion (Misc queries) |