I have a need to frequently edit text in a cell. The text is always in the sequence "string1 spaces string2" where string can be any length and any type of character. I want to delete the leading string1 and spaces, ending up with just string2 (which may contain many spaces). Any length of...