+ Reply to Thread
Results 1 to 6 of 6

Last Update Date and Time

  1. #1
    Registered User
    Join Date
    06-11-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    3

    Last Update Date and Time

    I have a simple timesheet excel sheet where I keep track of all my TO DO activities. I have a columm called Start Date to keep track of when I started something. Rather than filling it up manually, I came up with the formula below and thought I was a genius.
    =IF(B2<>"",NOW(),"")

    But, now as luck would have it, all my rows get updated every time I save the worksheet.

    My requirement is very simple. I need to track when content was added to a cell. (even a NULL check is fine). As soon as content is added to column A, the date/time should appear automatically in column B and stay there forever.

    Plz help!
    Last edited by abhishekbt; 07-01-2009 at 04:27 AM.

  2. #2
    Registered User
    Join Date
    06-11-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Last Update Date and Time

    Plz help!!!

  3. #3
    Registered User
    Join Date
    06-15-2009
    Location
    Hong Kong, CN
    MS-Off Ver
    Excel 97-2010
    Posts
    17

    Re: Last Update Date and Time

    Hello,

    I think you may do this with macro in the workbook close event
    i.e. mark the last update time during workbook close
    please see the attached sample
    Attached Files Attached Files
    We build a new way to dream
    http://kimbalko.blogspot.com

  4. #4
    Valued Forum Contributor squiggler47's Avatar
    Join Date
    02-17-2009
    Location
    Littleborough, UK
    MS-Off Ver
    Excel 3.0 to 2007+2010! (couldnt get 2.1 working)
    Posts
    1,013

    Re: Last Update Date and Time

    Take a look at this

    http://www.excelforum.com/tips-and-t...ell-entry.html

    Its similar to what you are doing!
    Regards
    Darren

    Update 12-Nov-2010 Still job hunting!

    If you are happy with the results, please add to our reputation by clicking the blue scales icon in the blue bar of the post.

    Learn something new each day, Embrace change do not fear it, evolve and do not become extinct!


  5. #5
    Registered User
    Join Date
    06-11-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Last Update Date and Time

    Sorry Kimbal, your excel didn't work on my PC. Not sure if it was a macro problem or what.

    Squiggler, You rock! I couldn't get the formula working when I directly copied it from the forum page. (Yes, I changed the refrences to suit mine). But then I downloaded the sample excel and found it was working. Finally figured it out after playing around a bit.

    That Sample excel has inspired me to add some more columns to my sheet!
    Thanks man!

  6. #6
    Valued Forum Contributor squiggler47's Avatar
    Join Date
    02-17-2009
    Location
    Littleborough, UK
    MS-Off Ver
    Excel 3.0 to 2007+2010! (couldnt get 2.1 working)
    Posts
    1,013

    Re: Last Update Date and Time

    The catch point is that the formulas are dependent on 2 things :-

    Iterative calculation being set to on!

    and the order of the formulas must be the same (time cant be to the right or above the second True/false!

+ 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