<@U02N2UPFGJK> do you mean `CONCAT`?
# ask-a-growth-question
d
@Amos Domingo do you mean
CONCAT
?
a
Yeah something like that could pull up twitter links of the twitter usernames I have
d
Yes! Paste this into another column:
Copy code
=CONCAT("<https://twitter.com/>", B2)
Be sure to replace
B2
with the actual column that has the username
a
Oh dang hahaha! Forgot that
Thank you so much @Diana 🙂
❤️ 1
d
That’s SQL
It’s made to combine two values together CONCAT(fist,last) AS fullname.
In this case every time you ask fullname fist and lady will be showed