Apr 21, 2020 07:03 PM
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!
Solved! Go to Solution.
Apr 21, 2020 08:03 PM
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})
.Apr 21, 2020 08:03 PM
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})
.