+ Reply to Thread
Results 1 to 3 of 3

Auto Date and Value Rotation

  1. #1
    Registered User
    Join Date
    05-22-2021
    Location
    India
    MS-Off Ver
    Office 365 E5
    Posts
    1

    Auto Date and Value Rotation

    Hi Everyone,

    I am running a small reading club for people in my area where the book has 48 chapters and 24 members and each member is given a roll No which is fixed.

    I have created a small excel sheet which has all the chapters mentioned according to the Roll No's. Everyday I do prepare the sheet manually due to which sometimes error can happen and it becomes tough if they are noticed by the moderators in the evening when the group has to be closed.

    I am looking for a way in excel to put the date automatically of one day ahead and the chapters list to be rotated on its own without doing copy and paste sort of work.

    I have attached a file for sample.

    In the file Roll No 1 will be reading Chapter 1&2 tomorrow, so the excel file should automatically create the next date of 24th May, 2021 and Roll No 1 to read chapters 3,4.

    I hope this makes sense
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,848

    Re: Auto Date and Value Rotation

    Well, I'm not sure if I follow completely, but here is a simplistic solution.

    In row 2, I first separated out the word "Date" and made the date and actual date in Excel. I selected columns A and B and copied them to columns D and E. For the date in row 2, I just put in the formula:
    =B2+1

    In cell E4 I entered:
    =B5
    and then copied it down.
    in the last cell (E27) i entered:
    =B4

    For the next day, you can just copy those 2 columns (D & E) over to Columns G & H and the date and the chapters will change accordingly.
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,069

    Re: Auto Date and Value Rotation

    Cell C2=TODAY()
    Cell C4=INDEX($B:$B,IF((A4+$C$2-$B$2)>MAX(A:A),(A4+$C$2-$B$2)-MAX(A:A),(A4+$C$2-$B$2))+ROW($A$3))
    Auto date and value rotation in column C
    Attached Files Attached Files

+ 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. [SOLVED] Auto rotation in sequence and auto-mails from Excel
    By RavindraK in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-28-2021, 06:05 PM
  2. Auto refresh Auto filter excluding Zeros after chagnig date everytime
    By anwitha in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-08-2015, 08:09 AM
  3. Vehicle Sign Out Log - Auto Save, Auto Date & Time
    By ccalangi in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-21-2015, 09:16 AM
  4. Vehicle Sign Out Log - Auto Save, Auto Date & Time
    By ccalangi in forum Excel General
    Replies: 0
    Last Post: 01-21-2015, 09:16 AM
  5. Replies: 1
    Last Post: 05-26-2014, 03:46 AM
  6. Auto Sort, Auto Lock, Auto Date & Time Stamp
    By suehatesyou in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-23-2010, 02:57 PM
  7. Auto Protecting cells & auto filling date
    By ccarmock in forum Excel General
    Replies: 7
    Last Post: 09-30-2005, 05:05 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