Share via

Conditional Formatting Not Working

Anonymous
2024-08-18T20:50:05+00:00

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?

Microsoft 365 and Office | Word | Other | Other

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.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Charles Kenyon 167.8K Reputation points Volunteer Moderator
    2024-08-19T01:06:31+00:00

    See the IF Field.

    { IF { MergeField Matter.CustomField.Seller2 } <> "" "S" }

    Dealing with Fields in Microsoft Word

    Was this answer helpful?

    0 comments No comments