Skip to main content
Solved

Autofill Part Of A Cell

  • May 19, 2020
  • 3 replies
  • 28 views

Forum|alt.badge.img+5

Hello airtable community. Does anyone know a way to autofill part of a cell on a form ie when they only need to enter their instagram profile name on a form it updates my table with instagram.com/profilename? So pulling the instagram URL before it but automatically.

Best answer by ScottWorld

Welcome to the community, @Celina_Rollon!

You would create a formula field that looks something like this:

"https://www.instagram.com" & {profilename}

Replace profilename with the name of your profile name field.

3 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • Answer
  • May 19, 2020

Welcome to the community, @Celina_Rollon!

You would create a formula field that looks something like this:

"https://www.instagram.com" & {profilename}

Replace profilename with the name of your profile name field.


Forum|alt.badge.img+5
  • Author
  • Known Participant
  • May 19, 2020

Welcome to the community, @Celina_Rollon!

You would create a formula field that looks something like this:

"https://www.instagram.com" & {profilename}

Replace profilename with the name of your profile name field.


It worked!!! Thank you sooooo much!!


Justin_Barrett
Forum|alt.badge.img+21

It worked!!! Thank you sooooo much!!


@Celina_Rollon Glad to know that you got the answer you were seeking! If you would, please mark the comment from @ScottWorld as the solution to your question. This helps others who may be searching with similar questions. Thanks!