Results 1 to 6 of 6

Thread: List of Dates In DropDown Starting From Today()

  1. #1
    Member
    Join Date
    Dec 2012
    Posts
    78
    Rep Power
    12

    List of Dates In DropDown Starting From Today()

    Hello

    In cell A3 i need a formula for todays date....would i use = Today() as best option

    In cells D7 & G7 how can i make dropdown list with dates starting with Todays date + 21 days.The dropdown list will always have 21 days of advancing dates and always starting with todays date.I could have the dates listed for Dropdown list in sheet1 and the results will be displayed in sheet2

    Thanks

    Rich

    Excel 2010
    Attached Files Attached Files

  2. #2
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,401
    Rep Power
    10
    Why don't you just use the formula Today() in your Sheet1, for example, in A1, and use formula A2= A1+1 and drag down till A21. That will give you a list of the 21 dates including today.
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

  3. #3
    Junior Member
    Join Date
    Dec 2012
    Posts
    16
    Rep Power
    0
    Hi rich_cirillo

    You could use data validation. Create a list in your sheet say in column V, in V1 & copy down:
    =TODAY()+21*ROW()-21

    Data Validation:
    =OFFSET($V$1,0,0,COUNTA($V:$V),1)

  4. #4
    Member
    Join Date
    Dec 2012
    Posts
    78
    Rep Power
    12
    Thank you

    How does this formula work please: =OFFSET($V$1,0,0,COUNTA($V:$V),1)

  5. #5
    Junior Member
    Join Date
    Dec 2012
    Posts
    16
    Rep Power
    0
    Hi rich_cirillo

    The COUNTA returns the returns the number of cells that are not empty. Then returning that to the OFFSET function for the Height.

    See the link on the OFFSET function.

    Kevin

  6. #6
    Senior Member
    Join Date
    Jun 2012
    Posts
    337
    Rep Power
    12
    I think this suffices:


    in V1:
    PHP Code:
    =TODAY()+ROW(1:$21

Similar Threads

  1. Replies: 3
    Last Post: 05-17-2013, 01:22 PM
  2. Replies: 15
    Last Post: 05-13-2013, 10:24 PM
  3. Replies: 5
    Last Post: 11-28-2012, 06:37 PM
  4. How to Extracting dates and days between 2 dates.
    By Rajesh Kr Joshi in forum Excel Help
    Replies: 9
    Last Post: 08-11-2012, 09:11 PM
  5. Sample VB programs for Starting VB
    By sumit.dutt in forum Excel Help
    Replies: 2
    Last Post: 12-27-2011, 07:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •