Sep 08, 2022 05:40 PM
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.
Sep 08, 2022 11:20 PM
Hi Brendan, I think this does what you’re looking for?
{First Name} & " " & {Last Name}
Sep 10, 2022 11:40 AM
That’s what I needed. Thank you!