Merge Problems

M

mdj0615

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.
 
G

Gord Dibben

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
 

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