• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Static =TODAY() Function

dparteka

Member
Does anyone know if there is a way to use =TODAY() in a formula and once the date appears it never changes, I'm looking at something like this... thanks for looking.

=IF(A1="","",TODAY())
 
Why not use... shortcut key if you don't need date changed.
CTRL + ; (semi-colon).

EDIT:
Ah, guess I've misread the question. In that case, you will need circular reference to the cell containing formula. So if A1 is being edited by user and B1 contains formula...
=IF(A1<>"",IF(B1="",TODAY(),B1),"")
 
Last edited:
Back
Top