Formula to add specific time in excel

Wimsay 21 Reputation points
2022-12-13T03:10:49.927+00:00

Hi, I am trying to create a spreadsheet that records timestamps of specific tasks in excel. I want to mark the time when I start and stop. I wonder if there's a formula that automatically inserts the current time. I am aware of the =NOW() formula, but this continues to update. How can put a timestamp that doesn't change?

Microsoft 365 and Office | Excel | For business | Windows
0 comments No comments
{count} votes

Accepted answer
  1. Emily Hua-MSFT 27,796 Reputation points
    2022-12-13T07:59:44.367+00:00

    Hi @Wimsay

    Based on my knowledge, there is one way to insert time automatically and not updated it, but we need to enable iterative calculation via going to File > Options > Formula.
    269947-capture9.png

    Then we need to enter the formula.
    269917-capture10.png
    As the image above shown, in C2, if we need to insert the date and time that cell A2 entered content, we can use formula =IF(A2="","",IF(C2="",NOW(),C2)).
    Please change the cell format for C2, you can use custom format.
    Then if we enter content in A2, the date and time will be recorded.
    269986-capture11.png


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.