Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Jenny Jenny is offline
external usenet poster
 
Posts: 33
Default Mail Merge from Excel

My mail merge returns a percentage as 0.17563826086956522 instead of 18%.
How do I fix this? Thanks
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Mail Merge from Excel

See "Formatting Word fields with switches" on fellow MVP Graham Mayor's
website at

http://www.gmayor.com/formatting_word_fields.htm


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

"Jenny" wrote in message
...
My mail merge returns a percentage as 0.17563826086956522 instead of 18%.
How do I fix this? Thanks



  #3   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Jenny Jenny is offline
external usenet poster
 
Posts: 33
Default Mail Merge from Excel

Ok - I can now view the % sign. However, I still need to get it from .17% to
17.56%. Please don't direct me to Mayor's site again - I've look through
that site but I can't find what I need.



"Doug Robbins - Word MVP" wrote:

See "Formatting Word fields with switches" on fellow MVP Graham Mayor's
website at

http://www.gmayor.com/formatting_word_fields.htm


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

"Jenny" wrote in message
...
My mail merge returns a percentage as 0.17563826086956522 instead of 18%.
How do I fix this? Thanks




  #4   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Peter Jamieson Peter Jamieson is offline
external usenet poster
 
Posts: 4,582
Default Mail Merge from Excel

If you want 0.1756 etc. to appear as 17.56% then use

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

If you want it to appear as 18% then use

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

where all the {} are the special field code braces that you can insert using
ctrl-F9
--
Peter Jamieson
http://tips.pjmsn.me.uk

"Jenny" wrote in message
...
Ok - I can now view the % sign. However, I still need to get it from .17%
to
17.56%. Please don't direct me to Mayor's site again - I've look through
that site but I can't find what I need.



"Doug Robbins - Word MVP" wrote:

See "Formatting Word fields with switches" on fellow MVP Graham Mayor's
website at

http://www.gmayor.com/formatting_word_fields.htm


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

"Jenny" wrote in message
...
My mail merge returns a percentage as 0.17563826086956522 instead of
18%.
How do I fix this? Thanks





  #5   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Sue Heistand Sue Heistand is offline
external usenet poster
 
Posts: 1
Default Mail Merge from Excel

Peter - that's great! How about when you want to merge data from excel and it
does not show up properly. For example; we are merging a mailing list half of
which has the extension for the Zip code of (55503-4783) and half are just
the zip. It only merges the first half of the zip codes without the dash and
the rest are set to zero. Is there a way to fix this?

"Peter Jamieson" wrote:

If you want 0.1756 etc. to appear as 17.56% then use

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

If you want it to appear as 18% then use

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

where all the {} are the special field code braces that you can insert using
ctrl-F9
--
Peter Jamieson
http://tips.pjmsn.me.uk

"Jenny" wrote in message
...
Ok - I can now view the % sign. However, I still need to get it from .17%
to
17.56%. Please don't direct me to Mayor's site again - I've look through
that site but I can't find what I need.



"Doug Robbins - Word MVP" wrote:

See "Formatting Word fields with switches" on fellow MVP Graham Mayor's
website at

http://www.gmayor.com/formatting_word_fields.htm


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

"Jenny" wrote in message
...
My mail merge returns a percentage as 0.17563826086956522 instead of
18%.
How do I fix this? Thanks







  #6   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Peter Jamieson Peter Jamieson is offline
external usenet poster
 
Posts: 4,582
Default Mail Merge from Excel

Have a look at

http://tips.pjmsn.me.uk/t0003.htm

In this case I would have a look at option 2 - change the way Word gets your
data to "DDE"

--
Peter Jamieson
http://tips.pjmsn.me.uk

"Sue Heistand" Sue wrote in message
...
Peter - that's great! How about when you want to merge data from excel and
it
does not show up properly. For example; we are merging a mailing list half
of
which has the extension for the Zip code of (55503-4783) and half are just
the zip. It only merges the first half of the zip codes without the dash
and
the rest are set to zero. Is there a way to fix this?

"Peter Jamieson" wrote:

If you want 0.1756 etc. to appear as 17.56% then use

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

If you want it to appear as 18% then use

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

where all the {} are the special field code braces that you can insert
using
ctrl-F9
--
Peter Jamieson
http://tips.pjmsn.me.uk

"Jenny" wrote in message
...
Ok - I can now view the % sign. However, I still need to get it from
.17%
to
17.56%. Please don't direct me to Mayor's site again - I've look
through
that site but I can't find what I need.



"Doug Robbins - Word MVP" wrote:

See "Formatting Word fields with switches" on fellow MVP Graham
Mayor's
website at

http://www.gmayor.com/formatting_word_fields.htm


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

"Jenny" wrote in message
...
My mail merge returns a percentage as 0.17563826086956522 instead of
18%.
How do I fix this? Thanks






  #7   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Mail Merge from Excel

You didn't look close enough. The quoted page covers exactly the
circumstances you outline - try looking under the sub heading 'Percentages'


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Jenny wrote:
Ok - I can now view the % sign. However, I still need to get it from
.17% to
17.56%. Please don't direct me to Mayor's site again - I've look
through that site but I can't find what I need.



"Doug Robbins - Word MVP" wrote:

See "Formatting Word fields with switches" on fellow MVP Graham
Mayor's website at

http://www.gmayor.com/formatting_word_fields.htm


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

"Jenny" wrote in message
...
My mail merge returns a percentage as 0.17563826086956522 instead
of 18%. How do I fix this? Thanks



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to merge Excel chart for mass Word Mail Merge for employees hmboomer Mailmerge 3 June 9th 06 10:08 PM
ExcelWord Mail merge transfers 16 digits when Excel shows only 3 John Richmond, Watford UK Mailmerge 8 April 26th 06 06:00 AM
mail merge from excel-date in excel January 1, 2005 -merged dbase. Elaine Ballon Mailmerge 1 December 23rd 05 08:31 AM
How to convert a mail merge document back to excel after mail mer Mail Merge Help Microsoft Word Help 4 August 22nd 05 11:31 PM
Insert Merge Field problem with Word-Mail Merge from Excel documen Augusta E. Microsoft Word Help 2 June 20th 05 10:59 AM


All times are GMT +1. The time now is 03:45 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"