Excel: replace function is named SUBSTITUTE – via: Stack Overflow
Posted by jpluimers on 2015/08/03
Thanks DarkAjax for answering this:
what you’re looking for is
=SUBSTITUTE(A2,"Author","Authoring")Will substitute Author for Authoring without messing with everything else.
I always forget that SUBSTITUTE is a synonym for replace.
There are REPLACE and REPLACEB, but these replace content of a cell, not of a string.
–jeroen
via Excel: replace part of cell’s string value – Stack Overflow.






Leave a comment