worksheet function - How to remove substring that is in another column in Excel? -


i want delete text part current column. text part presented in column. clear here image:

enter image description here

so want delete model number title column.

you can use substitute function this:

=substitute(a1,b1,"")

this take text that's in a1, , replace text that's in b1 nothing.

read more substitute here.


Comments

Popular posts from this blog

command line - Use qwinsta in PowerShell ISE -

java - Incorrect order of records in M-M relationship in hibernate -

Python website log in: BIG-IP can not find session information in the request -