Last week we worked on how to strip off the characters from the left fo a string of characters using the LEFT function, and that worked a treat, for part of the problem. Now we need to figure out how to strip of a variable number of characters from the right side. The problem here is that we don’t know how many characters we want to strip off. Continue reading “To the right, to the right”