Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Jan 16, 2018 11:37 AM
I want to convert a list of words separated by semicolons in one column to a list of words separated my commas in another column.
Any Ideas on how to do this in Airtable?
Jan 16, 2018 11:49 AM
Found this works:
=SUBSTITUTE({Column Name}, “;”, “,”)