Situation is, I am using the following code to get some pretty specific text over from column A to column C.
The first 2 words are always equal to Network Bridge, followed by other text.
My question is, is there a way to eliminate the space between the words network bridge within this formula without spreading over to another column? I know I can use the replace function, but then I'd have to spread over to column D which would not be desirable. Thank you kindly for all of your help!
Code:
=TRIM(SUBSTITUTE(A57,B57,""))
The first 2 words are always equal to Network Bridge, followed by other text.
My question is, is there a way to eliminate the space between the words network bridge within this formula without spreading over to another column? I know I can use the replace function, but then I'd have to spread over to column D which would not be desirable. Thank you kindly for all of your help!