View Single Post
 
Old 07-27-2023, 12:46 PM
TargetedIT TargetedIT is offline Windows 10 Office 2019
Novice
 
Join Date: Jul 2023
Posts: 3
TargetedIT is on a distinguished road
Default MailMerge Conditional Formatting

Hello,

I wish to be able to set a MailMerge field to Bold, depending on the contents of the field.

If the contents of the field begin with "Text" then the field should appear in bold, otherwise the field should appear as normal.

I have tried the following, among other attempts but, this always shows the fields in bold, regardless of contents:

{IF {MERGEFIELD Description} = "Text*" {MERGEFIELD Description}{MERGEFIELD Description}\* MERGEFORMAT}

my research suggests that this should work but, obviously it doesn't. I can't work out where I'm going wrong.

Any suggestions will be much appreciated.

Graham
Reply With Quote