+ Reply to Thread
Results 1 to 5 of 5

Today() function to capture todays date and keep it like that the next day

  1. #1
    Registered User
    Join Date
    10-24-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2007
    Posts
    56

    Post Today() function to capture todays date and keep it like that the next day

    Hi,

    I would like to find a way to keep todays date recorded and unchanged the next day. For example, if i enter "Closed" in a certain cell, i would like to record todays date via IF function or another way, and tomorrow when i reopen my worksheet, the date remains unchanged.

    Thanks
    Last edited by kaurka; 03-26-2013 at 05:05 PM.

  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

    Re: Today() function to capture todays date and keep it like that the next day

    Native Excel functions can't/don't actually write values to cells.

    Perhaps this keyboard shortcut will help:

    To insert the current date in a cell...Hold down CTRL and press ; <-that's a semicolon

    Is that something you can work with?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

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

    Re: Today() function to capture todays date and keep it like that the next day

    use a timestamp with a change in the way a circular reference works - on the options

    so if closed is entered in say A2
    in B2
    you would have
    =IF(A2<>"",IF(B2="",NOW(),B2),"")

    then you need to change the way circular references are setup

    have a read here - good example
    http://www.howtoexcelatexcel.com/exc...with-formulas/

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

    Re: Today() function to capture todays date and keep it like that the next day

    Just be aware that ALL circular reference warnings in that workbook will be disabled.
    Example:
    A1: =SUM(A1:A5)
    will not trigger the circular reference warning.

  5. #5
    Registered User
    Join Date
    10-24-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2007
    Posts
    56

    Re: Today() function to capture todays date and keep it like that the next day

    That worked great! Had to read about it to change the number of iterations to 1. Thanks!

+ 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