Date calculation - for a NON-genius

  • Thread starter Gilbert De Ceulaer
  • Start date
G

Gilbert De Ceulaer

How do I insert a field that gives me "2007" in a letter.
I mean how do I insert a field that shows me next year.
All the previous replies give addresses of FAQ, that require an IQ of 160,
which I do not have
 
S

Stefan Blom

As long as all you need to calculate is the date, it's
straightforward:

{ = { DATE \@ "yyyy" } + 1 }

To insert each pair of field delimiters, press Ctrl+F9. Type the
instructions exactly as shown. Press F9 to update.

Note that the above fields show the next year based on the current
year. That is, if the field is updated next year, it will display
2008. If you want to add 1 to the creation date of the file, use the
following instead:

{ = { CREATEDATE \@ "yyyy" } + 1 }

--
Stefan Blom
Microsoft Word MVP


in message
news:[email protected]...
 
G

Graham Mayor

{DATE \@ "yyyy"} will give you the year. (CTRL+F9 for the field boundaries)
{={DATE \@ "yyyy"} +1} will give you the year + 1
If you want anything more complicated you will have to sharpen that IQ.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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