#1   Report Post  
vishu
 
Posts: n/a
Default MAIL MERGE

Ive done mail merge between word and Excel. I have data in excel that
should display in word document. I have typed some number say for example
300.63
But its displaying in word as 300.635530489733. Even though I have given
two decimal place in excel, Its placing around more than 10 decimal places.
I want only two decimal places in word. Do you have any idea??

Best regards
Vishu
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

Debra Dalgleish posted this for a different question:

In the Mail Merge, after you select your Excel file as a data source,
you should see a 'Confirm Data Source' dialog box.
(If you don't see the dialog box, change the setting in Word --
under ToolsOptions, General -- add a check mark to
'Confirm Conversion at Open')

From that list, choose 'MS Excel Worksheets via DDE (*.xls)', and your
formatting will be retained.

If you have to connect through a different source, you can format the
fields in the Word document. For example, to specify a number of decimals:

1. In Word, in the Main Document, press Alt+F9 to view the field codes.
2. Find the field code for the number. It will look something like:
{ MERGEFIELD FieldName }
3. Add a switch, to format the number with two decimal places.
For example:
{ MERGEFIELD FieldName \# "#,##0.00" }
4. Press Alt+F9 to hide the field codes.
5. Save the Main Document

==========
An alternative.

Use a helper cell with a fromula like:
=text(a1,"#0.00")
and use that in your mailmerge.


vishu wrote:

Ive done mail merge between word and Excel. I have data in excel that
should display in word document. I have typed some number say for example
300.63
But its displaying in word as 300.635530489733. Even though I have given
two decimal place in excel, Its placing around more than 10 decimal places.
I want only two decimal places in word. Do you have any idea??

Best regards
Vishu


--

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
Different graphic for each record in mail merge document Alex St-Pierre Charts and Charting in Excel 1 May 4th 05 07:26 PM
MAIL MERGE PROBLEMS FNORD Excel Discussion (Misc queries) 3 February 12th 05 01:06 AM
Serious Mail Merge Problem FNORD Excel Discussion (Misc queries) 0 February 8th 05 05:13 PM
mail merge from excel Vass Excel Discussion (Misc queries) 3 January 7th 05 04:36 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 05:53 PM.

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

About Us

"It's about Microsoft Excel"