Results 1 to 4 of 4

Sort Employees in Roster

Threaded View

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

    Re: Sort Employees in Roster

    As to "a total of individuals that are working that day in that particular shop" that may be accomplished using: =COUNTIFS(C$4:C$45,$B48)
    B48:B56 on sheet 2 are populated with the 9 shops.
    Row 57 shows an overall total
    As to "and then to be displayed something similar to Sheet 3" may be accomplished using:
    Formula: copy to clipboard
    =IF($A6<>"","",IFERROR(INDEX('Sheet 2'!$A$4:$A$45,AGGREGATE(15,6,(ROW($A$4:$A$45)-ROW($A$3))/('Sheet 2'!C$4:C$45=$B6),COUNTIFS($B$5:$B6,$B6)-1)),""))

    Note that previously blank cells in column B are filled with the shops and the font color is set to white.
    As to setting up the schedule given the location conditions, it may be that someone can do that, however I feel that it would be more efficient to manually set up a rotation (one time through) and let Excel continue the rotation into the future.
    I did add data validation drop downs to cells D4:P45 which may make it easier to enter the rotation as opposed to typing.
    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. [SOLVED] How to automatically chart 1 and 0's for roster times of employees in hourly overview
    By Christiaanexcel in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-06-2019, 11:11 AM
  2. Replies: 10
    Last Post: 07-27-2017, 12:44 PM
  3. Roster Template - Rotating roster 14 week
    By ckfishe in forum Excel General
    Replies: 6
    Last Post: 04-19-2017, 06:26 AM
  4. Forecast How Many Employees To Hire Based on Active and Termed Employees
    By Kanook22 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-12-2014, 01:19 PM
  5. Replies: 2
    Last Post: 03-11-2013, 09:59 PM
  6. [SOLVED] Roster - formula to determine start and finish time of employees
    By kurl01 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-01-2012, 06:57 AM
  7. sort employees by birth month?
    By Ltat42a in forum Excel General
    Replies: 4
    Last Post: 02-15-2008, 11:12 PM

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