Remove partial text at beginning of cell
Hello! I'm trying to use a formula to eliminate the first 4 characters at the beginning of a cell. Help would be greatly appreciated!
Tags:
Best Answer
-
Try this:
=RIGHT([Column Name]@row, LEN([Column Name]@row) - 4)
Answers
-
Try this:
=RIGHT([Column Name]@row, LEN([Column Name]@row) - 4)
-
That worked. Thank you!
-
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!