About 102,000 results
Open links in new tab
  1. How to dynamically show the current time (and not date) in Excel?

    Sep 9, 2016 · Hi Admingrl, and welcome to SuperUser. Your answer is great if I want a shortcut for displaying the time one-time-only. But I was looking for a way to display the current time dynamically …

  2. How do I add current time in Excel with just a single keystroke

    Apr 25, 2019 · Just use Ctrl + Shift +; Insert a static date or time into an Excel cell A static value in a worksheet is one that doesn’t change when the worksheet is recalculated or opened. When you …

  3. microsoft excel - How to automatically insert today's date so it does ...

    3 I would try inserting the current date into a cell via a macro. The question then only is, when and how to trigger that. You could for example press a button and it would insert today's date (not as a …

  4. worksheet function - Is there any formula which should insert time ...

    Oct 19, 2015 · 2 I want to know is there any formula except =NOW() to insert time in an excel sheet also which should not update time automatically? The formula =NOW() is working fine but the problem is …

  5. microsoft excel - Inserting Today's Date In A Cell If Other Cell Values ...

    Feb 13, 2022 · 2 This question already has answers here: Automatically update cell in Excel with current timestamp when another cell is changed (3 answers) How to insert the =now () function in a cell …

  6. microsoft excel - Do not refresh date in IF Statement using TODAY ...

    Sep 17, 2018 · To insert the current date or time so that it is updatable, use the TODAY and NOW functions, as shown in the following example. For more information about how to use these …

  7. Automatically update cell in Excel with current timestamp when …

    Mar 27, 2010 · In an Excel spreadsheet, I'd like to automatically update a cell with the current date and time when another cell is changed (like an update timestamp). There is a timestamp for each row.

  8. microsoft excel - Create a macro that automatically updates time

    Dec 15, 2022 · Get the current date/time (an Excel date/time value, which is an integer date plus a fraction of a day). Set the Date cell (in the current row) to today’s date (the integer part of cur_time).

  9. How to insert a timestamp based on a check box or button in Excel

    Feb 16, 2019 · For example when clock in, I would check a box or press a button and the time would be recorded, but not updated. I'm not very familiar with macros or VBA's yet so any help would be …

  10. worksheet function - Excel: What is a formula for automatically ...

    Feb 11, 2022 · There is a way to use data validation to effectively copy and paste-as-value the answer from =TODAY () into a cell automatically. Set one reference cell or named range equal to =NOW () …