+ Reply to Thread
Results 1 to 2 of 2

Rotating roster move cell down based on date

  1. #1
    Registered User
    Join Date
    03-30-2016
    Location
    sheffield uk
    MS-Off Ver
    Ms office 2016
    Posts
    1

    Rotating roster move cell down based on date

    I have a basic 6 man rota I am new to using formulas and i am try to automate the rota so that each person moves down a line each week. I.E Person on line 1 moves to line 2 , line2 to line3 so on and Line6 moves back to line 1. I have attached a sample of the rota.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Rotating roster move cell down based on date

    This would be a much easier task with helper columns, but I'll admit that it was more interesting without them. Try putting the following formula in C6 and filling down through C11. I altered it to fit your dates, so Warren should be the top name currently. This will put Brian in the top position come the week of April 10th, as in your sample.

    =IF(MOD(WEEKNUM(TODAY(),1),6)=MOD(ROW()-2,6),"Brian",IF(MOD(WEEKNUM(TODAY(),1),6)=MOD(ROW()-3,6),"Paul",IF(MOD(WEEKNUM(TODAY(),1),6)=MOD(ROW()-4,6),"Warren",IF(MOD(WEEKNUM(TODAY(),1),6)=MOD(ROW()-5,6),"Daniel",IF(MOD(WEEKNUM(TODAY(),1),6)=MOD(ROW()-6,6),"David",IF(MOD(WEEKNUM(TODAY(),1),6)=MOD(ROW()-1,6),"Danyelle"," < Error > "))))))

    The formula is based off of the current date, so it should automatically update every Sunday

+ 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. Replies: 7
    Last Post: 11-14-2015, 07:31 AM
  2. Rotating roster move cell down based on date
    By mitchell36 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-04-2015, 08:25 AM
  3. Creating a Rotating Roster
    By scooooter in forum Excel General
    Replies: 6
    Last Post: 08-02-2014, 05:49 AM
  4. Rotating Roster List
    By specialkmp in forum Excel General
    Replies: 1
    Last Post: 09-08-2012, 05:45 AM
  5. Rotating duty roster
    By the tax man in forum Excel General
    Replies: 3
    Last Post: 11-27-2011, 03:39 PM
  6. Jump to future date on rotating shift roster
    By garyboy in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-19-2011, 02:39 PM
  7. Rotating Roster
    By cplspafford in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 07-11-2007, 04:23 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