+ Reply to Thread
Results 1 to 4 of 4

Populating a date field with todays date when data is entered in another cell

  1. #1
    Registered User
    Join Date
    02-22-2008
    Posts
    2

    Populating a date field with todays date when data is entered in another cell

    OK, first post for me, be gentle. I am trying to automatically populate a cell with todays date when data is entered (or changed if that's possible) to an adjoining cell, and blank if the adjoining cell has no data. Just a list I want to track when a field is updated, without having to manually populate the date field beside the data, ie

    A B C
    Date updated
    Salesperson 1 Neil 01/02/08
    Salesperson 2 (blank)
    Phone number 02 === 16/02/08
    Fax number 02 === 16/02/08

    I found the 'Creating formulas that only return results from non-blank cells which can get me part of the way, but no idea how I can get a 'todays date' return.

    Anyone?

  2. #2
    Registered User
    Join Date
    02-22-2008
    Posts
    2

    OK - got it: =IF(ISBLANK(B138)=FALSE,TODAY(),"")

    Got it sussed guys thanks, formula is:

    =IF(ISBLANK(B138)=FALSE,TODAY(),"")

    if that helps anyone else.
    Cheers
    T

  3. #3
    Valued Forum Contributor mudraker's Avatar
    Join Date
    11-10-2003
    Location
    Melbourne, Australia
    Posts
    3,983
    today() will return the current date every time the sheet is recalculated

    E.G Excel calculates the sheet today your today() formula will show todays date.
    Tomorrow Excel calculates your sheet the date shown by today() will be changed to tommorows date.

    Theses 2 links may help you

    http://www.excelforum.com/showthread.php?t=59735
    http://www.excel-it.com/Forum/viewtopic.php?t=387
    Please Read Forum Rules Before Posting
    Wrap VBA code by selecting the code and clicking the # icon or Read This
    How To Cross Post politely

    Top Excel links for beginners to Experts

    If you are pleased with a member's answer then use the Scales icon to rate it
    If my reply has assisted or failed to assist you I welcome your Feedback.

  4. #4
    Registered User
    Join Date
    05-28-2008
    Posts
    1
    Please advise as I am unable to see the 2 links.

+ 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