Format merged number field as currency

R

rjr1040

Hello,
Word XP, operating on Windows XP. I have a WORD merge file using excel as
it's database. I researched and discovered the field code alteration to make
it display two decimal places "{mergefield cost \# "0.00" } BUT when it is
in the thousands of dollars 1,256.83 I can't get the comma to display. It
displays as 1256.83.

I've searched and can't find the answer, I would appreciate suggestions.
Thanks
Bob Reynolds
 
G

Greg

Bob,

Try
\# ",$#.00;(,$#.00)"

This will include the comma and parens around negative
numbers. Delete the $ if you don't want to display it.
 
R

rjr1040

OOPS, Greg that gives me the comma before the numbers. I thought to change
it to $ #,###.00 and it works great with a number over 1,000 but the comma
is still inplace for numbers less than 1,000 like 985.02....
Any ideas cause I have different amounts below and above 1,000

Thanks
Bob
 
R

rjr1040

OOps That didn't do it.
That puts the comma in front of the numbers and I altered it to be $
#,###.00 and it works for the 1,000 plus but not for the less than 1,000.
ANy ideas???
 
G

Greg Maxey

Bob,

I did goof and get the comma in front of the $, but \# "$,#.00;($,#.00)" is
working for for numbers less than a thousand here. Field codes can be
tricky. Try starting from scratch using the numerical switch above.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top