Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
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 "Chip Princess" Chip wrote in message ... 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? |
#3
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
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? "Doug Robbins - Word MVP" wrote: 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 "Chip Princess" Chip wrote in message ... 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? |
#4
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
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%" } -- Peter Jamieson http://tips.pjmsn.me.uk "Chip Princess" wrote in message ... 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? "Doug Robbins - Word MVP" wrote: 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 "Chip Princess" Chip wrote in message ... 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? |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Merging excel data into word (2003) | Mailmerge | |||
Merging Data From Excel Into Different Formatted Fields In Word | Microsoft Word Help | |||
Merging data from Excel to Word | Microsoft Word Help | |||
Why isn't all my Excel data merging into my Word labels document? | Mailmerge | |||
Format Excel data for merging in Word | Mailmerge |