Forum Discussion
cmax2010
Jan 06, 2019Copper Contributor
Formula bar does not display a zero at the end of a decimal numerical value 200.2 not 200.20
I'm using an Excel database to merge to fields in a word docx file. The cells are in a designated named range to merge to the word fields. The formula bar in excel displays 200.2 instead of 200.20 Th...
Wyn Hopkins
Jan 06, 2019MVP
Hi
The way I'd work around this is to amend the mail merge code.
Right click on the mail merge field and select toggle Field Codes
Then edit the code like this
{ MERGEFIELD "Cost" \#,##0.00 }