Hello,
I have a contacts record with peoples first and last names and for some reason many of them (not all) were imported with a space before their name. Is there a way to remove this space for each record? Thanks in advance!
Hello,
I have a contacts record with peoples first and last names and for some reason many of them (not all) were imported with a space before their name. Is there a way to remove this space for each record? Thanks in advance!
Welcome to the Airtable community!
You can use the TRIM()
function in a formula field to remove white space. It is documented in the formula field reference.
For example, suppose you have the field {first name} and some of the names start with a space.
TRIM({first name})
.Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.