Urgent--merging data from excel into a Word (2003) doc

C

Chip Princess

I have a document that needs to go out to employees asap. But in merging
information from excel field that need to show as percentages are coming out
with the decimal place carried out several spaces instead of just two (i.e.
7.6499999999999999E-2 when I want 7.65%). I have tried switches and get a 0%
return. I tried setting it to "Confirm conversion at Open," but it does not
ask to confirm. By the way, the columns that I am merging from hold formulas
not fixed data. Can anyone help?
 
D

Doug Robbins - Word MVP

What switch have you tried? \# "0.00% should give you what you want.

--
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
 
C

Chip Princess

Thanks Doug, this did help some (I had a error in the syntax of my switch).
Unfortunately, it still did not do what I need it to do. It is going to the
field and giving me the wrong data. I should get a return of 7.65% for
example, but now I get .08%. Any suggestions?
 
P

Peter Jamieson

If you now have

{ MERGEFIELD myfield \# "0.00%" }

try the following:
a. select MERGEFIELD myfield
b. press F9 to insert a pair of the speical field braces {}
c. put = before the { and *100 after the }
d. so you end up with something like...

{ ={ MERGEFIELD myfield }*100 \# "0.00%" }
 

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