mail merge and excel data

S

sherobot

I have an excel sheet that has numbers calculated on it and I'm bringing
those numbers into a word doc by using a mail merge. Does anyone know how to
make the numbers have the correct formatting (i.e. $12,876.00) once it merges?
Or can you tell me how to change the formatting using fields once the data
has been merged?
Thanks
 
P

Peter Jamieson

Usually you can use Alt-F9 to display the field code, e.g.

{ MERGEFIELD myamount \*Mergeformat }

and add a numeric "format switch", e.g.

{ MERGEFIELD myamount \#"$,0.00" \*Mergeformat }

Then Alt-F9 again to reveal the result, and if necessary, slect the field
and press F9 to update it.

Peter Jamieson
 
S

sherobot

That worked great, thank you!

Peter Jamieson said:
Usually you can use Alt-F9 to display the field code, e.g.

{ MERGEFIELD myamount \*Mergeformat }

and add a numeric "format switch", e.g.

{ MERGEFIELD myamount \#"$,0.00" \*Mergeformat }

Then Alt-F9 again to reveal the result, and if necessary, slect the field
and press F9 to update it.

Peter Jamieson
 

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