joemeshuggah
Board Regular
- Joined
- Jul 18, 2008
- Messages
- 161
I have a list of names that have are all of the same length (51) due to a string of char 32 trailing the last letter...for example, if the name Joe were in cell A1, len(a1) returns a value of 51, due to there being 48 additonal characters after the e (all being char 32).
I need to be able to replace ONLY the trailing char 32 characters to get a vlookup to work...nothing I do seems to work. Any ideas?
I need to be able to replace ONLY the trailing char 32 characters to get a vlookup to work...nothing I do seems to work. Any ideas?