Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
There are several solutions. The most simple solution is to rename your existing name field to be called Name Input. Then maKe a new Formula text field called Name with the formula
IF(Ends(Trim([Name Input]),"(c)"), Trim([Name Input]), Trim([Name Input]) & " (c)")
IF(Ends(Trim([Name Input]),"(c)"), Trim([Name Input]), Trim([Name Input]) & " (c)")