Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
not tested but try this formula to calculate the result in the format John Smith.
List(" ",
Trim(right([last name. first name field],",")),
Trim(left([last name. first name field],",")))
List(" ",
Trim(right([last name. first name field],",")),
Trim(left([last name. first name field],",")))
EvanBohan
9 years agoQrew Cadet
Thank you for this reply.
Do you have a way to reverse the process?
Take a [first name Last Name] and make it [Last Name, First Name]?
thank you
Do you have a way to reverse the process?
Take a [first name Last Name] and make it [Last Name, First Name]?
thank you