Microsoft
Software
Hardware
Network
Question : Mail Merge from Excel - Format Percent using Switches
I am creating Statements from an Excel worksheet in Microsoft Word using a mail merge. I have a column of percentages in Excel formated as Percentage with 2 decimal places. When I merge the field into Word, 2% shows as .02. I tried playing with the field codes and created { ={MERGEFIELD Double_Points_Rate } *100 \# "0.0%"} (and various permutations thereof) but it either persists in displaying the .02, or displays 0% or gives me a syntax error.
How do I create the field (what steps do I take) so that my percentages look like 1% or 1.5%?
Answer : Mail Merge from Excel - Format Percent using Switches
Here is my final code which works great!
{={ MERGEFIELD Double_Points_Rate} *100 \# 0.0;}%
Data Result
0% 0.0%
1% 1.0%
1.5% 1.5%
Random Solutions
Excel 2007: Use SUMPRODUCT in a pivot table
Windows 7" BSOD "UNEXPECTED_KERNEL_MODE_TR<wbr />AP"
Convert hyperlinks from '=HYPERLINK()' to 'embedded' links
Retrieving Outlook Archive items with attachments
MS Access Filter all records on on a Form
excel-vba code to change folder properties
Upgrade from Windows Server 200 to 2007 and impact on security?
MS Draw in a stand-alone form?
How to robocopy and remove EFS on destination files
Calculated Fields