+ Reply to Thread
Results 1 to 4 of 4

Days of the Week in non-adjacent cells

  1. #1
    Registered User
    Join Date
    12-06-2012
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    1

    Days of the Week in non-adjacent cells

    Hi all -

    Is there a way to automatically fill in sequential days of the week (Monday, Tuesday, Wednesday, etc) and dates (1, 2, 3) in cells that are not adjacent to each other?

    For example, I need to make a planner that contains one day per sheet of paper, with the full date across the top (i.e. Thursday December 6 2012). How would I set it so that the same cell on the next sheet contains the next date? (I.e. Friday December 7 2012)

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,885

    Re: Days of the Week in non-adjacent cells

    If your sheets are Sheet1, Sheet2, etc.
    then on sheet2 in the cell you need the data =Sheet1!A1+1
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Days of the Week in non-adjacent cells

    There is no Excel function to do this but you could set up your own function

    Please Login or Register  to view this content.

    Assume you what to increment the date and the date was in cell A1 of the previous sheet: The formula would be:

    +PrevSheet(A1)+1
    Click on star (*) below if this helps

  4. #4
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Days of the Week in non-adjacent cells

    There is no Excel function to do this but you could set up your own function

    Please Login or Register  to view this content.

    Assume you what to increment the date and the date was in cell A1 of the previous sheet: The formula would be:

    +PrevSheet(A1)+1
    =======================
    Alansidman suggestion would work for one sheet but the formula could not be copied for multiple sheets

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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