How do I add (auto text) to a paragraph?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I"m trying to add "auto text" to a text paragraph. What I would like to do
is have the date automically appear and update when the file is opened.
 
I"m trying to add "auto text" to a text paragraph. What I would like
to do is have the date automically appear and update when the file is
opened.


You can use the function Today:

If you want the date standalone, in a cell insert the function =TODAY().

If you, instead, want the date inside text, in a cell insert this formula:

="first part of your text "&TODAY()&" second part of your text".

--
Hoping to be helpful...

Regards

Franz
 

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