I have cells that are above the word count, and want to delete the last sentence from them.
For example - (this is my cell content) -
The Quick Brown Fox Jumps Over The Lazy Dog. But this is certainly not the shortest possible pangram. But since it's long we need to do something about this.
I would like it to be trimmed by removing the last sentence, to -
Output:
The Quick Brown Fox Jumps Over The Lazy Dog. But this is certainly not the shortest possible pangram.
Any help would be appreciated, i have over 100k data, and the thought of doing it manually is shaking me up
For example - (this is my cell content) -
The Quick Brown Fox Jumps Over The Lazy Dog. But this is certainly not the shortest possible pangram. But since it's long we need to do something about this.
I would like it to be trimmed by removing the last sentence, to -
Output:
The Quick Brown Fox Jumps Over The Lazy Dog. But this is certainly not the shortest possible pangram.
Any help would be appreciated, i have over 100k data, and the thought of doing it manually is shaking me up
