insanalyst
New Member
- Joined
- Dec 2, 2011
- Messages
- 4
I have a WB where column A contains stocks and stock symbols. The stock symbols represent the last 1-4 letters in each cell. Because each stock name (and symbol) is of different length and may or may not have multiple spaces, the traditional means of "reverse contatenation" aren't helping (e.g. text to columns, =RIGHT(text,FIND(" ",text)), etc.) any ideas? WB is several thousand rows long so a clean solution is preferred. perhaps a way to make the FIND function return the last space in the text?