Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Excel Sum formula for timesheets.

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Excel Sum formula for timesheets.

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Excel Sum formula for timesheets.

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Excel Sum formula for timesheets.


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
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
Excel displaying formulae as constant and not calculating formula gpbell Excel Worksheet Functions 2 February 16th 06 08:26 AM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
How can i get an If formula in excel to edit another cell? Jimmy Hoffa Excel Worksheet Functions 2 August 16th 05 05:53 PM
converting formula from lotus.123 to excel zaharah Excel Worksheet Functions 2 July 27th 05 03:04 PM
Formula Integrity Not Preserved During Sort in Excel 2000 Kevin Excel Discussion (Misc queries) 1 April 15th 05 10:26 PM


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