+ Reply to Thread
Results 1 to 8 of 8

Future Date from value

  1. #1
    Forum Contributor
    Join Date
    07-23-2006
    Posts
    185

    Future Date from value

    I have a number for example, 6.4 which relates to 6 days and .4 days.

    I need to get this to a Date/Time value 6.4 days from NOW TODAY().

    Please Login or Register  to view this content.
    How can I get to this DATE/TIME?

    Thanks.

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Future Date from value

    First, a little about dates and Excel.

    To Excel
    Dates are represented by the number of days the date is from 31-DEC-1899.
    01-JAN-1900........is 1.
    01-AUG-2008.......is 39,661

    Times are represented by decimal fractions of days.
    0.5.......is 12 Noon
    0.25.....is 6:00 AM
    0.75.....is 6:00 PM

    The Excel time value of 2:30 PM is...
    =14.5 hours / 24 hours_in_a_day
    =0.604166666666667

    Alternatively, 0.4 of a day is...
    =9:36 AM

    So....If today is 01-AUG-2008, this formula:
    =TODAY()+6.4
    Returns: 8/7/08 9:36 AM

    If you want 2:30 PM of today plus 6 days...
    try this:
    =TODAY()+6.604166666666667
    or
    =TODAY()+TIME(14,30,0)

    Does that help?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,481
    Quote Originally Posted by additude
    I have a number for example, 6.4 which relates to 6 days and .4 days.

    I need to get this to a Date/Time value 6.4 days from NOW TODAY().

    Please Login or Register  to view this content.
    How can I get to this DATE/TIME?

    Thanks.
    Hi additude
    try
    =now()+6.4

  4. #4
    Forum Contributor
    Join Date
    07-23-2006
    Posts
    185
    Thanks Ron & Dave.

    Simpler than I thought.

    Appreciate.

    Wes

  5. #5
    Forum Expert Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,161
    You can also use =Today()+6.4 then custom format the cell to dd/mm/yyyy hh:mm

    Bear in mind you will get different results between using Now() and Today() as Now is a moveable time but Today is static.
    Not all forums are the same - seek and you shall find

  6. #6
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,481
    Quote Originally Posted by davesexcel
    Hi additude
    try
    =now()+6.4
    That's funny, I thought I had deleted my answer after I saw Ron had answered it.....

  7. #7
    Registered User
    Join Date
    08-06-2008
    Location
    San Jose, CA
    Posts
    9

    If I enter a date into a cell

    I am following this along, but what if I want to put a date into a cell and do not want to use the now ()
    January 1, 2008 + 49 days or 7 weeks =
    Then if the 49th day was on a Saturday or Sunday I need to roll over to the next closest Monday.

    Next is I would like to provide a week number in the adjacent cell for the result.
    So if the future date is March 15, 2008 I would like to see week number#22..

  8. #8
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Hello rlcohen70,

    Please start a new thread with your question, thank you

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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