+ Reply to Thread
Results 1 to 6 of 6

Staff rota to automatically generate separate daily planners

  1. #1
    Forum Contributor
    Join Date
    08-20-2009
    Location
    Plymouth, England
    MS-Off Ver
    Excel 2013
    Posts
    149

    Staff rota to automatically generate separate daily planners

    Hi all,

    I'm not really sure where to start with this one so here is what I would like:

    I have a rota with approximately 70 staff members on. Ideally, what I would like is for a 'daily planner' for each separate day of the week to be generated automatically.

    So if sheet 1 lists all the staff members names and working hours for Sunday to Saturday, then sheet 2 would automatically list all those working Monday, sheet 3 listing all those working Tuesday etc.

    Hope this is enough detail to start with.

    Thanks,

    Luke

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Staff rota to automatically generate separate daily planners

    Hi

    Can you upload excel workbook with expected result and explanation.

    Regards
    Ankur

  3. #3
    Forum Contributor
    Join Date
    08-20-2009
    Location
    Plymouth, England
    MS-Off Ver
    Excel 2013
    Posts
    149

    Re: Staff rota to automatically generate separate daily planners

    I've literally just knocked up a quick template of roughly how I would like it to look.

    Thanks for your help,

    Luke
    Attached Files Attached Files

  4. #4
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Staff rota to automatically generate separate daily planners

    Try

    Put in sheet Sunday
    A1=MID(CELL("filename",A1),SEARCH("]",CELL("filename",A1))+1, SEARCH("]",CELL("filename",A1))-SEARCH("[",CELL("filename",A1))-1) this will give you exact sheet name.

    Then
    A4=IFERROR(INDEX('Summaary '!$A$5:$A$9,SMALL(IF(OFFSET('Summaary '!$A$3,2,MATCH(Monday!$A$1,'Summaary '!$B$3:$O$3,0),5)<>"",ROW('Summaary '!$A$5:$A$9)-ROW('Summaary '!$A$5)+1),ROWS($A$1:A1))),"") with CTRL+SHIFT+ENTER and drag down, this will give you name list of that day.

    now

    B4=IFERROR(INDEX('Summaary '!$A$3:$O$9,MATCH(Monday!$A4,'Summaary '!$A$3:$A$9,0),MATCH(Monday!$A$1&Monday!B$3,INDEX('Summaary '!$A$3:$O$3&'Summaary '!$A$4:$O$4,),0)),"") and drag towards the cell and down.

    Now you can copy paste this sheet in next new sheet and you will just neeed to change only sheet name.

    Check the attached file.
    Attached Files Attached Files
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  5. #5
    Forum Contributor
    Join Date
    08-20-2009
    Location
    Plymouth, England
    MS-Off Ver
    Excel 2013
    Posts
    149

    Re: Staff rota to automatically generate separate daily planners

    Thanks, that works really well.

    Is there any way that where I have a staff member on holiday (ie I need to put it on the master rota), it isn't included in the daily planner?

    Luke

  6. #6
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Staff rota to automatically generate separate daily planners

    Can you upload workbook with expected result with explanation.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. staff rota
    By dougers1 in forum Excel General
    Replies: 4
    Last Post: 11-11-2015, 07:19 PM
  2. Replies: 14
    Last Post: 05-23-2015, 06:26 AM
  3. Replies: 0
    Last Post: 04-07-2015, 11:39 PM
  4. Staff rota
    By chelfox in forum Excel General
    Replies: 1
    Last Post: 10-07-2013, 11:25 AM
  5. Staff Planner - How To Set Up UserForm to Generate Data into Staff & Date Spreadsheet
    By Marie Snell in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-19-2013, 11:04 PM
  6. Staff Rota
    By parkey5 in forum Excel General
    Replies: 5
    Last Post: 07-14-2013, 04:16 AM
  7. Staff rota
    By goofy14you in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-12-2007, 04:13 PM

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