I have 3 fields I am trying to combine. These are name fields such as Last Name, First Name, Initials, I am able to combine these using this formula.
Name: [Last Name]+", "+[First Name]+" "+[Initials]
My issue is, sometimes the Initials field is blank. How would I write the formula to still produce the output of Last Name, First Name even if the Initials field was blank. Thanks in advance for any assistance.
Name: [Last Name]+", "+[First Name]+" "+[Initials]
My issue is, sometimes the Initials field is blank. How would I write the formula to still produce the output of Last Name, First Name even if the Initials field was blank. Thanks in advance for any assistance.