I have an CV and would like to automatically update my age when opening. So, what formula should I insert in a MS Word field?

Something like {= {DATE} - {"01/01/1983"} } ?

link|improve this question

47% accept rate
As an aside, this is a big no-no in the UK now... Employment legislation has made it illegal for employers to discriminate on an age basis so ages and DOB on CVs is a thing of the past! – Shevek Apr 29 '10 at 9:49
feedback

2 Answers

It is possible inside a field but very complex. See this article and this article for more info.

The easiest way will be to use a macro.

link|improve this answer
I saw similar articles, but... not very clear there. Very complex to obtain difference between 2 dates? :"( – serhio Apr 28 '10 at 12:39
complex to do in a field code, easy to do in a macro. – Shevek Apr 28 '10 at 13:04
feedback
up vote 0 down vote accepted

{IF{DATE\@"MM"} >= 01 { = {DATE\@"YYYY"} – 1983 \#"00"} { = {DATE\@"YYYY"} – 1984 \#"00"}}

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.