Mar 01, 2018 09:12 PM
Hi there
I’m wanting to NOT show the “and” if the {Preferred - CB} is blank. Currently, it looks like this: Smith, Mark and Suzie
And here’s my current formula:
{Last Name} & " , " & {Preferred - B} & " and " &{Preferred - CB}
Any ideas? Thanks in advance!
Mar 02, 2018 04:51 AM
Check that first:
{Last Name} & " , " & {Preferred - B} & IF({Preferred - CB}, " and "&{Preferred - CB})
Mar 02, 2018 09:20 AM
This worked perfectly! Thank you Elias.