Scott, thanks, but I already tried PROPER and that's my problem really. PROPER("This is the sentence") comes out as "This Is The Sentence". I already have a load of PROPER sentences, and want to convert them to SENTENCE case, like this:
SENTENCE("This Is An Offending Sentence") needs to result in "This is an offending sentence" You see?
I would suggest, Excel has many uses. And part of that is textual and string manipulations, usually for making you number look and present better. It's also a VERY strong analytical tool, especially when used with Pivot tables, or as a cube viewer. It is far more than just for numbers...
Best Regards,
Scott
"Everything should be made as simple as possible, and no simpler."
I was being facetious. Although: "It's also a VERY strong analytical tool, especially when used with Pivot tables, or as a cube viewer. "
Are those not uses of numbers? Are you suggesting Excel has textual analytical tools? If so, please elaborate as this would be a function I am not aware of.
My (facetious) point was that Excel has (IMO) poor use of text, but for a good reason...it is not a word processor.
I think one could argue that manipulating strings based on some set of rules Excel is actually better than a word processor such as Word.
Without using VBA, Word really has very limited tools manipulating strings.
As an example, take the classic "I've got this text file of names and addresses that I want to parse into a database" question.
The answer is never "put it into Word and manipulate it", it's almost always play with the strings in Excel. Why? Because Excel has native functions that let you attack a string in various ways.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.