I already gave you that in the first example in my previous post:
{=INT(Months/12) \# "0' year(s)'"}
as part of the overall field or, if you prefer to have it as a stand-alone field:
{=INT({MERGEFIELD LoanMonths}/12) \# "0' year(s)'"}
or, to suppress the output for 0 years:
{=INT({MERGEFIELD LoanMonths}/12) \# "0' year(s)';;"}
Note that you can't use the \f switch in this context, as it applies only to the mergefield, not to any calculation based on it.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|