You should be able to find out how to do this in fellow MVP, Macropod's Word
Field Maths 'tutorial', at:
http://www.wopr.com/cgi-bin/w3t/showthreaded.pl?Number=365442

Signature
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
>I am working with MS Office 2003 and trying to round a merge field to
> currency rounded to the nearest $1K. I've got the decimal rounding
> handled.
>
> Thanks in advance for any input.
Graham Mayor - 03 May 2007 08:45 GMT
I think this one needs Macropod's further attention. In the meantime
{ IF{ =MOD({Mergefield Fieldname },1000) } < 500 "{ ={ =INT({ ={ =ROUND ({
Mergefield Fieldname},0) }/1000 }) } * 1000 \# ",$0" }" "{ ={ =INT({ ={
=ROUND ({ Mergefield Fieldname},0) }/1000 }) } * 1000 +1000 \# ",$0" }"}
is not very elegant but it appears to work :)

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> You should be able to find out how to do this in fellow MVP,
> Macropod's Word Field Maths 'tutorial', at:
[quoted text clipped - 6 lines]
>>
>> Thanks in advance for any input.
For positive amounts,
{ =round({ MERGEFIELD myamount } / 1000,0) \#",$0K" }
?
(All the {} have to be the field code braces you can insert using ctrl-F9,
not the ordinary keyboard characters)
Peter Jamieson
>I am working with MS Office 2003 and trying to round a merge field to
> currency rounded to the nearest $1K. I've got the decimal rounding
> handled.
>
> Thanks in advance for any input.
Graham Mayor - 03 May 2007 10:12 GMT
That's certainly better, but not as much fun ;)

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> For positive amounts,
>
[quoted text clipped - 11 lines]
>>
>> Thanks in advance for any input.
Peter Jamieson - 03 May 2007 11:08 GMT
I get some amusement from the fact that an organisation that's dealing in $
amounts large enough that they want to round them to thousands of dollars
can't work out how to do it. But not a lot :-)
Peter Jamieson
> That's certainly better, but not as much fun ;)
>
[quoted text clipped - 13 lines]
>>>
>>> Thanks in advance for any input.
Graham Mayor - 03 May 2007 12:07 GMT
It's probably someone else's money ;)

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> I get some amusement from the fact that an organisation that's
> dealing in $ amounts large enough that they want to round them to
[quoted text clipped - 27 lines]
>>>>
>>>> Thanks in advance for any input.
Peter Jamieson - 03 May 2007 17:38 GMT
It usually is :-)
Peter Jamieson
> It's probably someone else's money ;)
>
[quoted text clipped - 29 lines]
>>>>>
>>>>> Thanks in advance for any input.
macropod - 04 May 2007 08:18 GMT
Hi all,
Perhaps the following would suit the OP better:
{=ROUND({MERGEFIELD myamount},-3) \# "$,0"}
Cheers

Signature
macropod
[MVP - Microsoft Word]
-------------------------
> For positive amounts,
>
[quoted text clipped - 11 lines]
>>
>> Thanks in advance for any input.
Graham Mayor - 04 May 2007 14:50 GMT
I knew you'd have a plan ;)

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Hi all,
>
[quoted text clipped - 18 lines]
>>>
>>> Thanks in advance for any input.
workliveplay - 04 May 2007 20:15 GMT
WOW!
Thanks to all for the prompt responses, with editorial... levity makes the
world a better place!
BTW, Yes it is someone else’s money-surety for land development.
You all have my sincere respect and admiration.
Cheers!
> I knew you'd have a plan ;)
>
[quoted text clipped - 20 lines]
> >>>
> >>> Thanks in advance for any input.
macropod - 04 May 2007 23:44 GMT
World domination!!!

Signature
macropod
[MVP - Microsoft Word]
-------------------------
>I knew you'd have a plan ;)
>
[quoted text clipped - 20 lines]
>>>>
>>>> Thanks in advance for any input.
Peter Jamieson - 04 May 2007 23:57 GMT
For a moment I thought you said "Word domination" :-)
Peter Jamieson
> World domination!!!
>
[quoted text clipped - 22 lines]
>>>>>
>>>>> Thanks in advance for any input.
macropod - 05 May 2007 00:10 GMT
There's a difference?

Signature
macropod
[MVP - Microsoft Word]
-------------------------
> For a moment I thought you said "Word domination" :-)
>
[quoted text clipped - 26 lines]
>>>>>>
>>>>>> Thanks in advance for any input.
Peter Jamieson - 05 May 2007 00:46 GMT
I'd say
"an 'ell of a difference"
except then I'd have to kill myself...
Peter Jamieson
> There's a difference?
>
[quoted text clipped - 28 lines]
>>>>>>>
>>>>>>> Thanks in advance for any input.