+ Reply to Thread
Results 1 to 4 of 4

Need to add a specific time to the TODAY() function?

  1. #1
    Registered User
    Join Date
    10-19-2009
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    10

    Need to add a specific time to the TODAY() function?

    Is this at all possible?

    I have a cell that is referenced and I require to add a time to it, so the updates happen everyday at a certain time.

    Cheers

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: Need to add a specific time to the TODAY() function?

    So, say, you want to add 2:15pm to TODAY(). You could use

    =TODAY()+TIME(14,15,00)

    Or, if you have the time value for 2:15pm stored in a cell, say A1, use

    =TODAY()+A1

    hth

  3. #3
    Valued Forum Contributor scaffdog845's Avatar
    Join Date
    02-01-2008
    Location
    Aston, PA. USA.
    MS-Off Ver
    Microsoft 365
    Posts
    375

    Re: Need to add a specific time to the TODAY() function?

    Are you trying to trigger an update event at a specific time everyday?
    Click here to read the Forum Rules
    Whatever it is in life you decide to go after, go after with great ferocity.

  4. #4
    Registered User
    Join Date
    10-19-2009
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Need to add a specific time to the TODAY() function?

    Quote Originally Posted by scaffdog845 View Post
    Are you trying to trigger an update event at a specific time everyday?
    Yes I am.

    I think I am on the right tracks with the other reply's help - hopefully

+ 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