
Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Firstly, when I go to the website being referenced, it tells me to put in the
following in the field for percentages. (FundMonthly is my merge field name).
{= FundMonthly \# "##%"}
When I put this in, it gives me syntax error.
In the rest of my merge, which is working correctly, the word MERGEFIELD
appears within the paranthesis and I did not use = in any of my field
switches, which looks like the format being given on many field switches on
the website listed above. When I try a variation on the above, for example,
{MERGEFIELD FundMonthly \# "##%"} still there is an error. I also found in
my research somewhere a formula that had a *100 in it.
Basically, what is the correct field switch syntax? My merge field name is
FundMonthly.
Thanks.
> If you get «0.00%» you have put the switch and calculation in the wrong
> place. Recheck the original instructions matches what you have done.
[quoted text clipped - 9 lines]
> >
> > Thanks so much
Doug Robbins - Word MVP - 08 Mar 2006 19:59 GMT
Take another look at Graham's website. It does NOT tell you to use {=
FundMonthly \# "##%"}
The example on the site is
{ = { MERGEFIELD Amount } * 100 \# "0%" }
If you want the result displayed to two decimal places, then use
{ = { MERGEFIELD FundMonthly } * 100 \# "0.00%" }
Finally, you must use Ctrl+F9 to insert each pair of field delimiters { }

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Firstly, when I go to the website being referenced, it tells me to put in
> the
[quoted text clipped - 35 lines]
>> >
>> > Thanks so much