Forum Discussion
Jamie Batie
Mar 24, 2020Copper Contributor
Help with shortening words in a cell
Hi there.
I am looking to see if there is an easy function that I could use, to shorten a name in a field. For example, I only want the first 10 letters to show up.
I included a document to show what we are working with.
Thanks!!
2 Replies
Sort By
- You can use LEFT & FIND functions.
In which column do you want to extract from based on your file attached? - Azin WrightCopper Contributor=Left(CELL,10)