Create filename from column
kpierson109
✭✭✭
I need a formula to create a name from a column that looks like this: jk.t1.t3.filename
The following formula works for certain files.
=LOWER(SUBSTITUTE(Filename@row, "_", "."))
I need to remove a word and underscore from specific items to create the filename.
Ex item: JK_T1_T3_Test_FileName
I would want the formula to remove "Test_" from these items.
Answers
-
You would use a second SUBSTITUTE function:
=LOWER(SUBSTITUTE(SUBSTITUTE(Filename@row, "_", "."), "Test_", ""))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!