+ Reply to Thread
Results 1 to 8 of 8

Timestamp for any changes in row from A:S

  1. #1
    Registered User
    Join Date
    05-14-2013
    Location
    southampton
    MS-Off Ver
    Excel 2003
    Posts
    76

    Timestamp for any changes in row from A:S

    Hi all,

    I'm trying to add a timestamp on the end of each row that will show the latest date/time that any of the cells in that row have been changed.

    Please see sample. sample.xlsx

    Last edited by ld2x07; 06-14-2013 at 11:20 AM.

  2. #2
    Forum Contributor
    Join Date
    07-24-2009
    Location
    Valrico, FL USA
    MS-Off Ver
    Excel 2016
    Posts
    358

    Re: Timestamp for any changes in row from A:S

    Add the following code below to the worksheet module and format the cells in column T to the desired format.
    Save the workbook as .XLSM

    Adjust the range in the code to the range needed

    HTML Code: 

  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Timestamp for any changes in row from A:S

    And a formula suggestion...

    =IF(COUNTA(B3:S3)=0,"",IF(T3="",NOW(),T3))
    Attached Files Attached Files
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  4. #4
    Banned User!
    Join Date
    10-29-2012
    Location
    Europe
    MS-Off Ver
    2013, 2016
    Posts
    318

    Re: Timestamp for any changes in row from A:S

    Hi, Fotis

    This formula =IF(COUNTA(B3:S3)=0,"",IF(T3="",NOW(),T3)) is not valid because of a circular reference.
    Try and put any value in range mentioned B3:S3 and see.

  5. #5
    Banned User!
    Join Date
    10-29-2012
    Location
    Europe
    MS-Off Ver
    2013, 2016
    Posts
    318

    Re: Timestamp for any changes in row from A:S

    Duplicate post.
    Last edited by Indi_Ra; 06-14-2013 at 08:20 AM. Reason: Duplicate post.

  6. #6
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

  7. #7
    Banned User!
    Join Date
    10-29-2012
    Location
    Europe
    MS-Off Ver
    2013, 2016
    Posts
    318

    Re: Timestamp for any changes in row from A:S

    @ Fotis

    Yes, I knew the formula [=IF(A1="","",IF(B1="",NOW(),B1)))], but you had explained that "The formula works only if you have enabled iterative calculation mode"

  8. #8
    Registered User
    Join Date
    05-14-2013
    Location
    southampton
    MS-Off Ver
    Excel 2003
    Posts
    76

    Re: Timestamp for any changes in row from A:S

    Indi_Ra you're a star (and i'm a poet)

    Just what I was looking for!

+ 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