Results 1 to 6 of 6

Guidance with employee shift schedule

Threaded View

  1. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2508
    Posts
    19,561

    Re: Guidance with employee shift schedule

    As to somewhat automating the output sheet:
    1. Populate A1 using: =input!A2
    2. Populate A2 and down using: =IF(WORKDAY.INTL(A$1,ROWS(A$1:A1)-1,"0101110")>EOMONTH(A$1,0),"",WORKDAY.INTL(A$1,ROWS(A$1:A1)-1,"0101110"))
    3. Populate columns B:C using: =INDEX(input!$A$3:$A$25,AGGREGATE(15,6,(ROW(input!$A$3:$A$25)-ROW(input!$A$2))/(input!$B$1:$O$1=$A2)/(input!$B$3:$O$25=2),COLUMNS($A$1:A$1)))
    Note that the person making out the schedule will need to type the number 2 in the correct employee row/date column on the input sheet as modeled for the first two dates of February.
    Let us know if you have any questions.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Day and Shift wise allocation from Roster / employee shift schedule
    By Ravi_Kadu in forum Excel Programming / VBA / Macros
    Replies: 22
    Last Post: 01-11-2021, 07:40 PM
  2. Noob here- best approach to extract personal schedule based on an employee schedule sheet,
    By fortnight_skyrim in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-15-2018, 01:02 AM
  3. Employee Shift Schedule
    By ShermyG in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-21-2018, 10:19 AM
  4. Building an Employee Shift Schedule that Automatically Deducts Breaks
    By derdoktor in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-11-2016, 04:09 AM
  5. Add employee name to schedule based on Shift and date
    By BARBIEE in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-18-2016, 12:44 AM
  6. Replies: 0
    Last Post: 10-27-2014, 11:54 PM
  7. Shift Schedule - 3 Shift Coverage - Auto Populate Roll-up Summary Schedule
    By chips1256 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-31-2012, 09:32 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1