Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 183
Default Dollar amounts aren't merging from Excel into a Word document...

I have data in an Excel spreadsheet that has dollar amounts formatted as
currency to 2 decimal places, but when I try to merge the Excel data into a
Word document the dollar amounts loses all currency formatting. What should
be $1,590.00 but ends up merging as 1590, why?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Dollar amounts aren't merging from Excel into a Word document...

Because Excel gives the value, not the format.
Use the TEXT function to transfer to Word, like
=TEXT(A1,"$#,###.00")
Use the format string you used for your original cell. You can find it by
selecting the cell and choose FormatCellsNumber tabCustom

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"Sharon" wrote in message
...
I have data in an Excel spreadsheet that has dollar amounts formatted as
currency to 2 decimal places, but when I try to merge the Excel data into
a
Word document the dollar amounts loses all currency formatting. What
should
be $1,590.00 but ends up merging as 1590, why?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Dollar amounts aren't merging from Excel into a Word document...

You can do the formatting on the Word side by adding a format switch to the
merge code: The text below is verbatim from Word Help. Search form "Format
Merged Data" in Word help for the complete topic:

To control other aspects of formatting, press ALT+F9 to display field codes
(field code: Placeholder text that shows where specified information from
your data source will appear; the elements in a field that generate a field's
result. The field code includes the field characters, field type, and
instructions.) in the main document, and then add switches (switch: When
working with fields, a special instruction that causes a specific action to
occur. Generally, a switch is added to a field to modify a result.) to the
merge fields.

For example:

To display the number "34987.89" as "$34,987.89," add a numeric picture
switch (\# $#,###.00).
To display the number "0945" as "9:45 PM," add the date/time picture switch
(\@ "h:mm am/pm").
To ensure that the merged information has the same font and point size you
apply to the merge field, add the \* MERGEFORMAT switch.

--
Kevin Backmann


"Sharon" wrote:

I have data in an Excel spreadsheet that has dollar amounts formatted as
currency to 2 decimal places, but when I try to merge the Excel data into a
Word document the dollar amounts loses all currency formatting. What should
be $1,590.00 but ends up merging as 1590, why?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Dollar amounts aren't merging from Excel into a Word document...

That's the way the merge works. Unfortunately, merge ignores the cell's
formats.

You have two options:
1. Convert the number to text in Excel.
2. Format the number in Word.

To convert to text, use something like:
=TEXT(A1,"$#,##0.00")

To format the number in Word, post to the Word newsgroup.

Regards,
Fred.

then use
"Sharon" wrote in message
...
I have data in an Excel spreadsheet that has dollar amounts formatted as
currency to 2 decimal places, but when I try to merge the Excel data into
a
Word document the dollar amounts loses all currency formatting. What
should
be $1,590.00 but ends up merging as 1590, why?


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
Comparing Row by Row - A-D dollar amounts to E dollar amount Mel Excel Worksheet Functions 9 November 20th 08 09:50 PM
excel 2007 - adding dollar amounts scarter Excel Worksheet Functions 1 April 9th 08 09:02 PM
How to put pictures into an excel document for merging in Word? PAW Excel Worksheet Functions 1 February 8th 06 05:51 PM
Excel 2003 not recognizing whole dollar amounts, formats amt as ce hat1 Excel Discussion (Misc queries) 1 October 12th 05 01:28 AM
dollar amounts acsnett New Users to Excel 3 August 30th 05 01:53 AM


All times are GMT +1. The time now is 04:59 PM.

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"