Mail merge formats

S

Shey

I tried the various merge field suggestions but still cannot get the merge
field to display as %. I would like it to display 77% not .77%.
Thanks.
 
P

Peter Jamieson

You probably need to multiply your number by 100.

e.g.

instead of { MERGEFIELD mypercentage }

use

{ ={ MERGEFIELD mypercentage }*100 \#0% }

All the {} have to be the special field braces that you can insert using
ctrl-F9, not the ordinary characters you can type on the keyboard.

Peter Jamieson
 
P

Peter Jamieson

Just type everything else in between the special braces in the usual way.

Peter Jamieson
 

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