Help

Conditional Formatting Column

Solved
Jump to Solution
2586 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Celina_Rollon
6 - Interface Innovator
6 - Interface Innovator

Hello Airtable Community.

I’m actually not sure if the subject is the right for this question but it’s the closest I could think of.

I created a formula field to autofill out instagram.com prior to a profile name to save me re-typing it every time. (Thanks to Scottsworld for helping me with that)

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

Is there a way to only show instagram.com if a profilename is not empty? ie nothing will show in the formula field if profilename is empty. Hope this makes sense!

1 Solution

Accepted Solutions
Kamille_Parks
16 - Uranus
16 - Uranus

Adjust your formula like so: IF({profilename}, "https://www.instagram.com" & {profilename}, "")

See Solution in Thread

2 Replies 2
Kamille_Parks
16 - Uranus
16 - Uranus

Adjust your formula like so: IF({profilename}, "https://www.instagram.com" & {profilename}, "")

This made me SOOOOO Happy!!! Thank you soooo much!!! I can’t tell you how much this has helped me.