A family of Microsoft word processing software products for creating web, email, and print documents.
See the IF Field.
{ IF { MergeField Matter.CustomField.Seller2 } <> "" "S" }
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I'd like to add an S if a field I'm pulling from an external program is not blank, and remove the S if the same field is blank. I've added a field with this formula in it:
IF "<< Matter.CustomField.Seller2 >>" <> "" "s" ""
But it's not removing the s when the field is blank.
Can you help me solve for why?
A family of Microsoft word processing software products for creating web, email, and print documents.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
See the IF Field.
{ IF { MergeField Matter.CustomField.Seller2 } <> "" "S" }