Hello :slightly_smiling_face:
I have a list of urls in a column.
domain.com/cars
domain.com/cars#bestdeal
domain.com/cars#top10
I want to split the url at the “#” and create 1 more column. So the new table would look something like this:
domain.com/cars
domain.com/cars bestdeal
domain.com/cars top10
Is this possible in airtable?
Excell version:
You can merge two or more cells in the same row or column of a table. You can merge several cells to create a heading that spans several columns.
Thanks!