+ Reply to Thread
Results 1 to 7 of 7

TIME STAMP without VBA

  1. #1
    Forum Contributor
    Join Date
    12-06-2021
    Location
    Fort Lauderdale, Florida. United States
    MS-Off Ver
    365
    Posts
    143

    TIME STAMP without VBA

    Hello!

    I need to develop a formula-based way to create a static time-stamp.

    1. Cell A1 will be the triggering event (could be text or a date)
    2. Cell B1 should contain the formula.

    '=today() and/or =now() won't work due to obvious reasons. It needs to be static.

    I know how to do this using VBA, but this needs to be formula driven because macros are not allowed in the workbook. Trusting the associates to do CTRL-; manually is also not an option. It needs to be automatic.

    Can anyone help with insight?

    Thank you!!!

  2. #2
    Forum Expert
    Join Date
    10-11-2021
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    1,505

    Re: TIME STAMP without VBA

    Not possible without VBA

  3. #3
    Registered User
    Join Date
    11-17-2021
    Location
    Canada
    MS-Off Ver
    Office 365
    Posts
    18

    Re: TIME STAMP without VBA

    I remember seeing somewhere that suggests:

    Make File->Option->Formulas->Calculation options as Manual

    I have not tried, but you could do so and share with us! I'm not familiar the Change on that would cause other inconveniences or not.

  4. #4
    Forum Contributor
    Join Date
    12-06-2021
    Location
    Fort Lauderdale, Florida. United States
    MS-Off Ver
    365
    Posts
    143

    Re: TIME STAMP without VBA

    Hi ikimashu!!!

    Unfortunately settings calculation options as manual would prevent the VLOOKUPs etc from functioning on the sheet. We're dealing with associates that barely know how to use a spreadsheet so i'm trying to make this as dummy-proof as possible. I think JEC was correct. This may be impossible without VBA.

  5. #5
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,448

    Re: TIME STAMP without VBA

    The main approach I am aware of for adding timestamps using formulas only is chandoo's: https://chandoo.org/wp/timestamps-excel-formula-help/ It requires allowing iteration (in Excel's options). If your "timestamping" is based on "when input cell goes from blank to not blank, this works well. If you need other logic for inserting the timestamp, you can do it, but you will need to more carefully think through the logic of when the timestamp gets entered.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  6. #6
    Forum Expert
    Join Date
    09-30-2019
    Location
    Chiangmai, Thailand
    MS-Off Ver
    Office 2016, Excel 2019
    Posts
    1,234

    Re: TIME STAMP without VBA

    Please turn on iterative calculation then you may use self-reference formula

    for sample of C4
    =IF(B4<>"",IF(C4<>0,C4,NOW()),0)

    Regards.
    Attached Files Attached Files

  7. #7
    Forum Contributor
    Join Date
    12-06-2021
    Location
    Fort Lauderdale, Florida. United States
    MS-Off Ver
    365
    Posts
    143

    Re: TIME STAMP without VBA

    Thanks, Menem.

    Definitely keeping this formula in storage for future reference.

    Not sure if it will work for this particular project as I.T. keeps re-installing Office periodically as needed and settings need to be reapplied. This file may also end up in co-authoring as well. Definitely a good fix otherwise!
    Last edited by AliGW; 05-04-2022 at 04:50 AM. Reason: PLEASE don't quote unnecessarily!

+ 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. Request help/assistance with Time Stamp (Trigger time) - Stock Market
    By JediTrader in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-15-2019, 01:39 AM
  2. [SOLVED] VBA to adjsut the UNIX time stamp with GMT/UTC offset to local time
    By tuspilica in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-27-2019, 05:12 PM
  3. Time Stamp Active Cells and Record a History of Time Stamp and Active Cell Value
    By harishangaran in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 11-22-2017, 12:41 PM
  4. Computer time stamp -> excel time stamp
    By j.petrut in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-27-2014, 05:49 PM
  5. How to get time stamp and user name stamp
    By eskains in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-07-2013, 09:44 AM
  6. Replies: 3
    Last Post: 11-06-2012, 01:37 AM
  7. [SOLVED] Extract a time from a cell with date and time stamp and then perform calculations
    By Marcos Aristotelous in forum Excel General
    Replies: 3
    Last Post: 10-31-2012, 04:36 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