Thread: [Solved] Using IF to make bold
View Single Post
 
Old 03-06-2014, 06:09 PM
macropod's Avatar
macropod macropod is offline Windows 7 32bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,345
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

The basic issue is a missing spaces. The minimum requirement is:
{IF{MERGEFIELD HR}> 80 {MERGEFIELD HR} {MERGEFIELD HR}}
You could also use:
{={MERGEFIELD HR}-80 \# "'{MERGEFIELD HR}';'{MERGEFIELD HR}'"}

Note: The field brace pairs (ie '{ }') for the above examples are created in the document itself, via Ctrl-F9 (Cmd-F9 on a Mac); you can't simply type them or copy & paste them from this message.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote