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!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.7K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 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!