You can change it in Word using Field Formatting
Or use a helper cell in Excel.
=TEXT(IF('MidMod Grades+Att.'!H3="","",'MidMod Grades+Att.'!H3),#,##0.0")
Gord Dibben MS Excel MVP
On Mon, 18 Jan 2010 13:53:01 -0800, mdj0615
<(E-Mail Removed)> wrote:
>I'm not sure if this question should be in word or excel forums, so let me
>know. I have created a spreadsheet that pulls data from an excel sheet to
>complete the merge in word. One of the cells that transfers over is a
>formula that
>calculates a score. I want the merge to show the number that's in the cell.
>The cells are formatted to show through one decimal space. When I merge
>over, it shows the entire number that excel calculates. I can't figure out
>if I need to change the excel cells, or the word merge document to just show
>the numbers through the first decimal. Any help would be great. If you need
>the formula to see where to put it it's:
>
>=IF('MidMod Grades+Att.'!H3="","",'MidMod Grades+Att.'!H3)
>
>Thank you for any help.
|