Results 1 to 23 of 23

Day and Shift wise allocation from Roster / employee shift schedule

Threaded View

  1. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,897

    Re: Day and Shift wise allocation from Roster / employee shift schedule

    This is along the lines of 'help' rather than claiming to be a solution, as it does not fill in the Seal Checkers field in the same manner as the file attached to post #1. It does however fill the other fields as desired and gets desired information from the Seal Checkers sheet, but not the additional sr.no. and names that were listed.
    In all fields the array entered formulas* that get the sr.no.'s are similar to:
    Formula: copy to clipboard
    =IFERROR(INDEX('Roster_Seal-Chek-Sup'!A$4:A$10,SMALL(IF('Roster_Seal-Chek-Sup'!C$1:AG$1=E$6,IF('Roster_Seal-Chek-Sup'!C$4:AG$10=E$7,ROW(A$1:A$7))),ROW(A1))),"")
    In all fields the formulas that get the names are similar to:
    Formula: copy to clipboard
    =IF(C10="","",INDEX('Roster_Seal-Chek-Sup'!B$4:B$10,MATCH(C10,'Roster_Seal-Chek-Sup'!A$4:A$10,0)))
    The counts for all fields are calculated using a formula similar to:
    Formula: copy to clipboard
    =COUNTIF(C10:C12,"?*")
    *Array entered formulas are activated by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Employee shift roster template
    By AussieExcelUser in forum Excel General
    Replies: 13
    Last Post: 06-21-2019, 08:40 AM
  2. 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
  3. 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
  4. Replies: 0
    Last Post: 10-27-2014, 11:54 PM
  5. Replies: 1
    Last Post: 09-29-2013, 04:33 AM
  6. 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
  7. Help with setting up a shift schedule/roster!
    By target.aquired in forum Excel General
    Replies: 3
    Last Post: 08-07-2012, 05:29 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