#1   Report Post  
Posted to microsoft.public.excel.misc
b_walls1
 
Posts: n/a
Default Mail Merge issue


I am using a word document to mail merge data from an excel spreadsheet.
When i merge figures they appear perfect in the word doc if they are
rounded, but if they are not rounded they appear with loads of figures
after them for example if i place 5.5 in cell it will appear fine in
the word doc but if i put 5.6 it would appear 5.5999999999999996 i
would really appreciate any help. i have tried formatting it into
different types text number s etc but no luck, i don't know where the
error is?


--
b_walls1
------------------------------------------------------------------------
b_walls1's Profile: http://www.excelforum.com/member.php...o&userid=33090
View this thread: http://www.excelforum.com/showthread...hreadid=528997

  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default Mail Merge issue

What happens if you type in 5.5 preceded by an apostrophe '

Also you might be better off posting an a Word newsgroup since mailmerge is
done in Word

http://word.mvps.org/FAQs/MailMerge/index.htm

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon




"b_walls1" wrote in
message ...

I am using a word document to mail merge data from an excel spreadsheet.
When i merge figures they appear perfect in the word doc if they are
rounded, but if they are not rounded they appear with loads of figures
after them for example if i place 5.5 in cell it will appear fine in
the word doc but if i put 5.6 it would appear 5.5999999999999996 i
would really appreciate any help. i have tried formatting it into
different types text number s etc but no luck, i don't know where the
error is?


--
b_walls1
------------------------------------------------------------------------
b_walls1's Profile:
http://www.excelforum.com/member.php...o&userid=33090
View this thread: http://www.excelforum.com/showthread...hreadid=528997


  #3   Report Post  
Posted to microsoft.public.excel.misc
b_walls1
 
Posts: n/a
Default Mail Merge issue


your a star thanks a mill that worked using the ' but i don't know if we
can get this fixed without using the '


--
b_walls1
------------------------------------------------------------------------
b_walls1's Profile: http://www.excelforum.com/member.php...o&userid=33090
View this thread: http://www.excelforum.com/showthread...hreadid=528997

  #4   Report Post  
Posted to microsoft.public.excel.misc
David McRitchie
 
Posts: n/a
Default Mail Merge issue

Hi ....,

Assuming that you would not want such a column formatted as text you can still stay within
Excel by using a helper column using the TEXT Worksheet Funciton
G1: =TEXT(D1,"#,###.00") or other format of your choice.

Have used the above, not sure if I have actually used the following with Mail Merge
but I think it should work and it was likely Mail Merge that I created the function in the
first place..

Another way would be to use a user defined function
see my formula.htm page

Function GetText(Cell as Range) as String
On Error Resume Next
GetText = cell.Text
End Function

G1: =GetText(D1)
G1: =personal.xls!GetText(D1)

My page on Mail Merge is
http://www.mvps.org/dmcritchie/excel/mailmerge.htm
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Peo Sjoblom" wrote in message ...
What happens if you type in 5.5 preceded by an apostrophe '

Also you might be better off posting an a Word newsgroup since mailmerge is
done in Word

http://word.mvps.org/FAQs/MailMerge/index.htm

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon




"b_walls1" wrote in
message ...

I am using a word document to mail merge data from an excel spreadsheet.
When i merge figures they appear perfect in the word doc if they are
rounded, but if they are not rounded they appear with loads of figures
after them for example if i place 5.5 in cell it will appear fine in
the word doc but if i put 5.6 it would appear 5.5999999999999996 i
would really appreciate any help. i have tried formatting it into
different types text number s etc but no luck, i don't know where the
error is?


--
b_walls1
------------------------------------------------------------------------
b_walls1's Profile:
http://www.excelforum.com/member.php...o&userid=33090
View this thread: http://www.excelforum.com/showthread...hreadid=528997




  #5   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Mail Merge issue

Debra Dalgleish posted this to a similar question about formatting
dates/decimals.

There's an article on the Microsoft web site that might help you:

Answer Box: Numbers don't merge right in Word
http://office.microsoft.com/en-ca/as...164951033.aspx

And if you prefer the old Mail Merge helper, Word MVP Suzanne Barnhill
has instructions he

http://sbarnhill.mvps.org/WordFAQs/C...ngWord2002.htm

about half way down the page.

b_walls1 wrote:

I am using a word document to mail merge data from an excel spreadsheet.
When i merge figures they appear perfect in the word doc if they are
rounded, but if they are not rounded they appear with loads of figures
after them for example if i place 5.5 in cell it will appear fine in
the word doc but if i put 5.6 it would appear 5.5999999999999996 i
would really appreciate any help. i have tried formatting it into
different types text number s etc but no luck, i don't know where the
error is?

--
b_walls1
------------------------------------------------------------------------
b_walls1's Profile: http://www.excelforum.com/member.php...o&userid=33090
View this thread: http://www.excelforum.com/showthread...hreadid=528997


--

Dave Peterson


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mail Merge 255 Character Limit Problem Colin Excel Discussion (Misc queries) 0 March 9th 06 09:25 PM
Difficult for me, probably basic to you onlyjohn Excel Worksheet Functions 1 February 3rd 06 05:14 PM
abdualmohsn almedrahe abdualmohsn ahmad Excel Discussion (Misc queries) 1 November 19th 05 06:32 PM
Different graphic for each record in mail merge document Alex St-Pierre Charts and Charting in Excel 1 May 4th 05 07:26 PM
Extract Data for Mail Merge Rashid Khan Excel Discussion (Misc queries) 7 December 24th 04 05:47 PM


All times are GMT +1. The time now is 11:06 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"