+ Reply to Thread
Results 1 to 4 of 4

How to automatically insert the current date

  1. #1
    Registered User
    Join Date
    04-13-2011
    Location
    annapolis, md
    MS-Off Ver
    Excel 2010
    Posts
    2

    How to automatically insert the current date

    This may seem like a very basic question, but the twist is that I need to automatically insert the current date in a certain cell whenever a new record is started. For example, my records are standard row by row entries. In this example in column A I would like the current date to appear, but only once column B has an entry (anything but blank). Can this be done automatically, and so that column A (the "target cell") can also be locked?
    Thanks for any help.

  2. #2
    Valued Forum Contributor tlafferty's Avatar
    Join Date
    04-08-2011
    Location
    United States, Tacoma, WA
    MS-Off Ver
    Excel 2010, Excel 2013 Customer Preview
    Posts
    1,112

    Re: How to automatically insert the current date

    Assuming your data for a new record starts at A2, put this formula in the date cell to the right of A2:
    =if(a2<>"",today(),"")

  3. #3
    Registered User
    Join Date
    04-13-2011
    Location
    annapolis, md
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: How to automatically insert the current date

    Perfect! Thank you for that.

  4. #4
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: How to automatically insert the current date

    Not sure if it's something you need to consider, but just so you're aware - using that formula means that it will always show today's date. So today they'll show 04.14.11, but tomorrow they'll show 04.15.11.

    Just by the wording of your question, that didn't sound like what you wanted to happen, it sounded more like you wanted to track when rows are created?

+ 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