In long texts, I need to find acrostics.
I know how to break up lines.
I use the following (in column B) to get only the first letters of each line: =LEFT(A1,LEN(A1)-LEN(A1)+1)
Now how do I automatically check if there are consecutive letters (alphabetic order) in column B?