I have a column of cells containing text in which each cell starts with the 9 characters "Company: " and ends with the 2 characters " ." (Ignore the quotation marks). I want to return - in a new column - just the text that's sandwiched between those initial
9 and final 2 characters.
I can achieve what I need using two functions in separate columns ... the LEFT function in one column gets rid of the unwanted last two characters, and then a RIGHT function working on the result that the LEFT function has returned, gets rid of the unwanted
first 9 characters.
What is the best way to achieve the result needed using only one formula (in a single column)?
Hopefully my screen capture illustrates what I mean. I welcome any answers and suggestions.
