+ Reply to Thread
Results 1 to 2 of 2

Timestamp in Cell A

  1. #1
    Registered User
    Join Date
    08-23-2011
    Location
    Leonard Stanley, England
    MS-Off Ver
    Excel 2003
    Posts
    4

    Timestamp in Cell A

    I would like to create a timestamp in Cell A1 whenever anything is put in Cell G1. Then copy that down the sheet. B1, C1 etc..

    I've tried =if(G1<>"",now(),"") but the date and time changes when ever anything else is added to the worksheet.

    I've tried =IF(G1<>”",IF(A1=”",NOW(),A1),”") which I believe is 'circular referencing' but just keep getting "The formula you typed contains an error".

    Can anybody help please. I'm a newbie so be gentle. Got a feeling its going to have to be a Macro, which I have never used before.

    Thanks in advance.
    Phil

  2. #2
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 365 on Win11 (desktop), 2019 on Win11 (notebook)
    Posts
    8,199

    Re: Timestamp in Cell A

    Hi, Phil,

    Now() is a volatile function which gets refreshed whenever any formula in t he workbook is calculated (on automatic Calculation of course only). Maybe have a look at this sample workbook by Stephen Bullen or change to use VBA and the Worksheet_Change-event.

    Ciao,
    Holger
    Use Code-Tags for showing your code: [code] Your Code here [/code]
    Please mark your question Solved if there has been offered a solution that works fine for you

+ 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