Formula for replacing specific characters
Hi everyone! I am struggling with the formula language for this.
So in Column 1 I have the file names with their file extensions.
In column 2 I'd like a list of the filenames WITHOUT the extensions (see the top row)
Is there a way to write a formula to replace the LAST 3 characters with nothing?
Thank you!
Tags:
Best Answer
-
Try this...
=LEFT([File Name]@row, LEN([File Name]@row) - 3)
Answers
-
Try this...
=LEFT([File Name]@row, LEN([File Name]@row) - 3)
-
Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!