LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Employee Schedule with multiple options.

Some time ago I turned to this group for assistance with an employee
scheduling problem. When the options were 10 days on and 4 days off
OR, 10-on, 1-off, 10-on, 8-off... The following formulae worked
briliantly.

=IF($G40,IF($F4="Reg 10-4",IF(MOD(G$1-
$G4,14)+1<=10,"on","off"),LOOKUP(MOD(G$1-$G4,29)+1,
{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,2 0,21,22,23,24,25,26,27,28;"on","on","on","on","on" ,"on","on","on","on","on","off","on","on","on","on ","on","on","on","on","on","on","off","off","off", "off","off","off","off"})),"")


I now have to contend with a new set of multiple schedule choices.
Given a fixed starting date, the calculation needs to generate a table
showing days worked and days off for the following scheduling types.

10-4
10-1-10-8
20-8
21-7
14-7


Not sure that a "formula" is still the best approach here, but thank
you in advance for any help all the same.

Scott


 
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
employee schedule with hours Dawn P Excel Worksheet Functions 3 August 1st 07 02:14 PM
Employee schedule Ralph Excel Discussion (Misc queries) 1 February 3rd 07 01:55 PM
employee schedule Nismo90tt Excel Discussion (Misc queries) 3 September 20th 06 05:44 AM
Employee Schedule henrikjt[_2_] Excel Programming 0 June 22nd 06 03:16 PM
Employee Tracking Schedule littlebit Excel Discussion (Misc queries) 1 October 4th 05 01:00 AM


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