Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Sicarii
 
Posts: n/a
Default please help with timekeeping in excel

My timekeeping sheet is setup with a grid with employee names down say column
A, Row 2 has time in 15 min intervals, I put a 1 in each cell where they work
and use B/L for break/lunch. On a seperate sheet I have a "pretty" written
schedule that transforms the grid data into the times. I believe that Frank
Kabal provided me with this formula and it rocks.

If you need help, let me know.

Total Hours (In/Out time):
{=TEXT(INDEX(M!$A$2:M!$BC$2,MIN(IF(M!$D$4:M!$BC$4= 1,COLUMN(M!$D$4:M!$BC$4)))),"hh:mm")
& " - " &
TEXT(INDEX(M!$A$2:M!$BC$2,MAX(IF(M!$D$4:M!$BC$4=1, COLUMN(M!$D$4:M!$BC$4))))+TIME(0,15,0),"hh:mm")}

1st Break:
{=TEXT(INDEX(M!$A$2:M!$BC$2,MIN(IF(M!$D$4:M!$BC$4= "B",COLUMN(M!$D$4:M!$BC$4)))),"hh:mm")
& " - " &
TEXT(INDEX(M!$A$2:M!$BC$2,MIN(IF(M!$D$4:M!$BC$4="B ",COLUMN(M!$D$4:M!$BC$4))))+TIME(0,15,0),"hh:m m")}

Lunch:
{=TEXT(INDEX(M!$A$2:M!$BC$2,MIN(IF(M!$D$4:M!$BC$4= "L",COLUMN(M!$D$4:M!$BC$4)))),"hh:mm")
& " - " &
TEXT(INDEX(M!$A$2:M!$BC$2,MAX(IF(M!$D$4:M!$BC$4="L ",COLUMN(M!$D$4:M!$BC$4))))+TIME(0,15,0),"hh:m m")}

2nd Break:
{=TEXT(INDEX(M!$A$2:M!$BC$2,SMALL(IF(M!$D$4:M!$BC$ 4="B",COLUMN(M!$D$4:M!$BC$4)),2)),"hh:mm")
& " - " &
TEXT(INDEX(M!$A$2:M!$BC$2,SMALL(IF(M!$D$4:M!$BC$4= "B",COLUMN(M!$D$4:M!$BC$4)),2))+TIME(0,15,0),"hh:m m")}


"pms333" wrote:

I've downloaded a timekeeping worksheet and I need to set the time in
quarters and to subtract lunch in/out times.. we keep time in quarter hours
and I need a formula that will keep time in quarter hours/15 minute
intervals...

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 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
How do I isolate my Excel server (automation) from other Excel instances? Joseph Geretz Excel Discussion (Misc queries) 5 July 19th 13 03:18 PM
sharing/using/saving Excel 2002 files in Excel 2003 maze2009 Excel Discussion (Misc queries) 0 January 20th 05 07:27 PM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM
VB Automation is Whacking out my Excel Environment Joseph Geretz Excel Discussion (Misc queries) 2 December 29th 04 03:49 PM


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