Default value in a cell

H

Hall

Is it possible to have a cell default to a value from a function but allowed
to be overwritten?

I want a cell to default to the current date but allow the user to overwrite
it with a different date.

Thanks
 
D

Dave Peterson

If you put
=today()
In the cell, the user can always just type over it.

=today() will change whenever the date changes. (It's not static.)
 
Top