create a spreadsheet that would insert a current date() when opene

T

Testudo

Create a spreadsheet that would insert the current date into a cell or
expression when opened.

For example the cell would be something like...
[The membership roster as of Date()]

and would display "The membership roster as of Jan. 16, 2008"

when opened on Jan. 16, 2008.
 
D

Dave Peterson

Just use a plain old formula:

="The membership roster of " & text(today(), "mmmm dd, yyyy")
Create a spreadsheet that would insert the current date into a cell or
expression when opened.

For example the cell would be something like...
[The membership roster as of Date()]

and would display "The membership roster as of Jan. 16, 2008"

when opened on Jan. 16, 2008.
 
T

Testudo

Thanks a million:

Your solution works great. (As you can tell I am not exactly an Excel GURU.)

Thanks again!



Dave Peterson said:
Just use a plain old formula:

="The membership roster of " & text(today(), "mmmm dd, yyyy")
Create a spreadsheet that would insert the current date into a cell or
expression when opened.

For example the cell would be something like...
[The membership roster as of Date()]

and would display "The membership roster as of Jan. 16, 2008"

when opened on Jan. 16, 2008.
 

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

Top