C
C
Chichi2015-04-29 08:35:46
excel
Chichi, 2015-04-29 08:35:46

How to remove substring from another column in Excel?

I want to remove some text from current column. This part of the text is presented in another column.
For clarity:
50f5cf8338b54740a09a13a82edbb6aa.jpg
So, I want to remove the model number from the Title column.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
rosperitus, 2015-04-29
@ChicoId

You can remove the function =SUBSTITUTE(A2,B2,"").
And to remove residual spaces, you need to wrap it in TRIM.
Outcome = TRIMSPACES(SUBSTITUTE(A2;B2;"")), and this function needs to be "dragged".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question