+ Reply to Thread
Results 1 to 3 of 3

time stamp for last updated entry in cell

  1. #1
    Forum Contributor
    Join Date
    09-30-2014
    Location
    Singapore
    MS-Off Ver
    2010
    Posts
    266

    time stamp for last updated entry in cell

    Hi I require a formula to show the time stamp of the last updated eg. a change is made in any cell. if that is not possible by excel formula, then would there be one to show time stamp for last saved.

  2. #2
    Valued Forum Contributor
    Join Date
    08-07-2014
    Location
    Quito, Ecuador
    MS-Off Ver
    Excel 2016 & 365, Windows 10
    Posts
    511

    Re: time stamp for last updated entry in cell

    Hi @ Shamz41

    The easiest way to do this is using a Worksheet Change Event.
    If you want to deal with VBA, paste the following code in your Worksheet Module,
    change the sheet names, according to your own workbook

    Please Login or Register  to view this content.
    With this, any time you change the content in any cell in Sheet1,
    you will get the time stamp in the corresponding cell in Sheet2
    Barriers are there for those who don't want to dream

  3. #3
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: time stamp for last updated entry in cell

    FORMULA:
    Creating a timestamp with a formula is tricky because a formula's value updates every time the workbook recalculates.
    Here is a link showing how to create a once-off timestamp
    - it does not do what you want this time, but explains the problem and may be useful for something else

    VBA:
    @vichopalacios suggestion is better than trying to use a formula

    if you are "sharing" workbooks this would allow you to see who made the change
    Please Login or Register  to view this content.
    if a user inserts a column or a row, then the sheet containing the timestamps will put an entry in every cell in that column(down to row 1048576) or that row (out to column XFD)
    - simply add a couple of lines to delete those excessive rows and columns
    Please Login or Register  to view this content.
    Last edited by kev_; 09-10-2017 at 05:41 AM.
    Click *Add Reputation to thank those who helped you. Ask if anything is not clear

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Time stamp an entry
    By gjjh25 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-17-2014, 10:36 AM
  2. [SOLVED] Date, time and user stamp if cells updated
    By samcdavies in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-27-2013, 02:42 PM
  3. Replies: 1
    Last Post: 01-12-2013, 04:14 PM
  4. Date and Time stamp column when row updated
    By batman1056 in forum Excel General
    Replies: 6
    Last Post: 02-11-2011, 07:10 AM
  5. Time stamp upon cell entry
    By stevie01 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 10-20-2009, 12:52 AM
  6. I need a date/time stamp for cell entry
    By kAustin79 in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 08-26-2007, 11:26 AM
  7. Time Stamp each time a there is a cell entry
    By sheclaire in forum Excel General
    Replies: 6
    Last Post: 04-05-2007, 11:14 AM

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