View Single Post
 
Old 03-23-2016, 07:55 AM
Rromberg10 Rromberg10 is offline Windows 8 Office 2007
Novice
 
Join Date: Mar 2016
Posts: 2
Rromberg10 is on a distinguished road
Default Microsoft Quick Parts IF function issue

I am trying to get the IF function to work in my RTF printout via quickparts. I need to base this IF off of another Mergefield and I cannot figure it out. Here is what I have :

IF { MERGEFIELD RegistrantNumber } = "123" "YAY" "NAY"

I go into the application I am using and enter "123" for the Registrant Number field. When the RTF is generated this is what displays

IF 123 = "123" "YAY" "NAY"

I need it to show YAY if the field is 123 and NAY if it is not.
Reply With Quote