Hi, i need to manipulate text. I am trying to insert a delimeter. i can do this one of two ways, ideally, with a line down (carriage return) and adding | instead of a bullet, or by adding | at the end of a . or ! My current formula is: =CONCAT(FIND(".",M:M),IF(M:M,".",(SUBSTITUTE(".",".|","")),(FIND("!",M:M),IF(M:M,"!",(SUBSTITUTE("!","!|","")))
Solved by K. H. in 26 mins