Skip to main content

Hello! I have a form configured for my clients to fill out that asks in two cells for first and last names. In the table view is it possible either through a function or formula to have a cell that combines the names together to easily sort and identify my client list?

Thank you.

Hi Brendan, I think this does what you’re looking for?

{First Name} & " " & {Last Name}


Hi Brendan, I think this does what you’re looking for?

{First Name} & " " & {Last Name}


That’s what I needed. Thank you!