Try this, if your text string is in A2, then in B1:AA1, put the letters of the alphabet in CAPSOriginally Posted by hegisin
Then in B2 put this
=IF(ISERROR(FIND(B$1,$A2,1)),"",FIND(B$1,$A2,1)) and drag across to AA2
Then in AB2 put this
=MIN(B2:AA2)
Then in AC2 put this
=MID(A2,AB2,100), if the text is long that 100 characters, adjust to suit.
Bookmarks