+ Reply to Thread
Results 1 to 7 of 7

Help with Dates

  1. #1
    Registered User
    Join Date
    02-23-2014
    Location
    Shreveport, LA
    MS-Off Ver
    Excel 2013
    Posts
    38

    Question Help with Dates

    I have a worksheet that is a 7-Day look ahead and I would like it to automatically fill in the dates.

    For example:

    It shows Monday thru Sunday with the current date beneath it. I would like it to autofill the dates, but when the next day comes it will automatically put the date for the next week.

    Days of Week
    Monday 11-16-2015
    Tuesday 11-17-2015
    Wednesday 11-18-2015


    Tuesday 11-17-2015 comes around, and Monday would automatically change to 11-23-15.

    I have no idea how to accomplish this, any help would be great.
    Last edited by nealasmothers; 11-17-2015 at 08:37 AM.

  2. #2
    Registered User
    Join Date
    10-12-2012
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Help with Dates

    I will assume the date for Monday is in cell B2 and the date for the remaining dates are in the cells beneath B2.
    In cell B2 type the following formula

    =IF(WEEKDAY(TODAY(),3)=0,TODAY(),TODAY()-WEEKDAY(TODAY(),3)+7)

    In cell B3 type the following formula

    =B2 + 1

    Copy the formula in B3 down to the bottom of your rows.

  3. #3
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Help with Dates

    i think this may work
    =TODAY()+7-WEEKDAY(TODAY()-2)

    variation on this
    https://exceljet.net/formula/get-fir...efore-any-date
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  4. #4
    Registered User
    Join Date
    02-23-2014
    Location
    Shreveport, LA
    MS-Off Ver
    Excel 2013
    Posts
    38

    Re: Help with Dates

    So I manually put the date in under each corresponding weekday. So the dates in the following cells: B3, E3, H3, L3, P3, T3, and X3. All of the dates are manually put in right now. 11-16 to 11-22, what I would like is the worksheet to change the dates as a new day occurs.

  5. #5
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Help with Dates

    Please upload a sample of your workbook to the forum, Make sure you have removed any private information, remember this is a public forum and so available to anyone
    Would like to see an example of your data and also a manual mock up of the expected results you want to achieve.

    To attach a file to your post,
    click "Go advanced" (next to quick post),
    scroll down until you see "manage Attachments",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.

  6. #6
    Registered User
    Join Date
    02-23-2014
    Location
    Shreveport, LA
    MS-Off Ver
    Excel 2013
    Posts
    38

    Re: Help with Dates

    Here is the example that you wanted.

    Attachment 430799

  7. #7
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Help with Dates

    see if this works

    I have used
    =TODAY()+7-WEEKDAY(TODAY()-2)
    in the Monday cell
    and then for tuesday
    MondayCell +1
    etc
    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. Populating list of dates from another sheet with Start Dates and End Dates
    By Jesshloly in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-05-2015, 04:07 AM
  2. [SOLVED] Creating a formula to populate range of cells between dates based on start and end dates
    By Rainmain82 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-18-2014, 07:55 AM
  3. Check dates in range either same dates or different dates by formula
    By breadwinner in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-12-2013, 07:42 AM
  4. Replies: 6
    Last Post: 03-11-2013, 06:11 PM
  5. [SOLVED] Array of dates when tested shows no dates ......but there are dates
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-29-2012, 12:45 PM
  6. [SOLVED] Highlight Group of Dates if Dates Match List of other Dates
    By martinpgibson in forum Excel General
    Replies: 5
    Last Post: 10-24-2012, 08:14 PM
  7. [SOLVED] Auto filling dates based on previously entered dates and averaging numbers if dates equal
    By grambograham in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-11-2012, 03:21 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