Field AutoFill Options
I would like to have the beginning of a URL (free type not currently in a column) appear then add the contents from another cell automatically for a list of states.
Right now, I have hidden columns that I am using to concatenate. I have also tried the JOIN function. Is there a more efficient way of doing this? =JOIN("https://www.mpp.org/states/", [State Name]@row, "/")
The Limitations/Laws column shows the final link needed correctly.
Thank you!
Best Answer
-
You need to "add" the pieces together.
="https://www.mpp.org/states/" + [State Name]@row + "/"
Answers
-
You need to "add" the pieces together.
="https://www.mpp.org/states/" + [State Name]@row + "/"
-
PERFECT!! Thank you!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!