automatically add a URL prefix to text entered into a cell
Hello!
I have a sheet where my team members enter a ticket number into a column and then we hyperlink those ticket numbers to an external URL. In every case, the URL associated with a ticket number is the same, with exception to the final characters which are always the unquire corresponding ticket number. Is there a way to always add the first string of the URL to this cell, and add the specific ticket number to the end?
For example:
- User enters "1234" in the cell
- cell populates hyperlink with "www.acmetickets.com/ticket/1234" as the URL
- cell only displays "1234" (as a hyperlink)
Thank you!
--Cole
Best Answer
-
You would need to use a third party app such as Zapier, the premium add-on Bridge, or the API to get it to work exactly like that.
If you are ok with the link being in another column, you can use this formula:
="www.acmetickets.com/ticket/" + [Ticket Number Column Name]@row
Answers
-
You would need to use a third party app such as Zapier, the premium add-on Bridge, or the API to get it to work exactly like that.
If you are ok with the link being in another column, you can use this formula:
="www.acmetickets.com/ticket/" + [Ticket Number Column Name]@row
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!