Default value in a cell

  • Thread starter Thread starter Hall
  • Start date Start date
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
 
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.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top