I am not sure if this is even possible -
I have a table that has 3 name fields - {Name 1}, {Name 2} and {Name 3}. A formula field {All Names} combines the content of all 3 name fields separated by commas.

I am using this formula:
IF({Name 3}, ({Name 1} & ', ’ & {Name 2} & ', ’ & {Name 3}),
IF({Name 2}, ({Name 1} & ', ’ & {Name 2}),
IF({Name 1},{Name 1}
)))
Is there a way to have the name “ENDING” always be at the end of the string, regardless of the name field it was entered in?
So in my example, the second row would read: “Michael, ENDING”.
If this can’t be done in one formula, maybe a second formula field can re-arrange the order. The name “ENDING” will be consistent across the table.
I can of course make sure that “ENDING” is always the last name to appear in any of the 3 name fields. What I’d like to do is make sure that it is indeed always the final entry in the combined string, regardless of what users enter where.
Thank you so much for pointing me in the right direction.
