G
Guest
Instead of typing i.e. Joe has 5 years experience, you can embed a
calculation field in that sentence that will update itself each year without
further 'date maintenance'.
If you just use, for example, the calculation formula, { = { DATE \@ "yyyy"
} - 2002 } for the calc field, you always get a single digit number for
under ten years. But this conflicts with the AP Stylebook and Chicago
Manual, which state that years 1-9 should be written out rather than using
digits.
I wonder if the above calculation field can be modified to parse the date
and return a written number for years 1 thru 9, but digits for all years
above that number...or would such a complex calculation be beyond Word's
Field capabilities?
calculation field in that sentence that will update itself each year without
further 'date maintenance'.
If you just use, for example, the calculation formula, { = { DATE \@ "yyyy"
} - 2002 } for the calc field, you always get a single digit number for
under ten years. But this conflicts with the AP Stylebook and Chicago
Manual, which state that years 1-9 should be written out rather than using
digits.
I wonder if the above calculation field can be modified to parse the date
and return a written number for years 1 thru 9, but digits for all years
above that number...or would such a complex calculation be beyond Word's
Field capabilities?