Try:
This should take you to the closest space after character 200![]()
=LEFT(K2,FIND("^^",SUBSTITUTE(K2," ","^^",200-LEN(SUBSTITUTE(LEFT(K2,200)," ",""))+1))-1)
If you want to go to the closest space before character 200, take away the +1 in the formula.
Bookmarks