=SUBSTITUTE(C4,"~?#","") will this work to remove multiple string

R

Raja Mahendiran S

Hi All,

I need to remove multiple string (special characters) in an excel field.

Would the following work =SUBSTITUTE(C4,"~?#",""). I need to execte this
without using Nest Function.

Please help!!!

Thank You
 
F

Fred Smith

Nest not a function. It's just a description of putting one function within
another. So what you need is:
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(C4,"#",""),"?",""),"~","")

Regards,
Fred
 
J

Jacob Skaria

The replace text argument could be blank as below

=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(C4,"#",),"?",),"~",)
 
R

Raja Mahendiran S

Hi Bob,

Thank You, for spending some time on this.

However my friend did this a long ago without Nesting it.

He told me if your confident about the formula that you used and excel not
returning the result. You need to copy the source data to the below cell and
You need to use Ctrl+D Shortcut key to copy the formula from above cell, Then
the formula should work. For example

IF Cell C4=Raja~Mahendiran?#. I need to copy this data to C5 and
IF Cell D4=SUBSTITUTE(C4,"~?#",""). I need to Use Ctrl+D.

However what he said is not working!!!

Could you please try the above or investigate on this

Thank You,
Raja Mahendiran S
 
R

Raja Mahendiran S

Hi Fred,

Thank You, for spending some time on this.

However my friend did this a long ago without Nesting it.

He told me if your confident about the formula that you used and excel not
returning the result. You need to copy the source data to the below cell and
You need to use Ctrl+D Shortcut key to copy the formula from above cell, Then
the formula should work. For example

IF Cell C4=Raja~Mahendiran?#. I need to copy this data to C5 and
IF Cell D4=SUBSTITUTE(C4,"~?#",""). I need to Use Ctrl+D.

However what he said is not working!!!

Could you please try the above or investigate on this

Thank You,
Raja Mahendiran S
 
R

Raja Mahendiran S

Hi Jacob,

Thank You, for spending some time on this.

However my friend did this a long ago without Nesting it.

He told me if your confident about the formula that you used and excel not
returning the result. You need to copy the source data to the below cell and
You need to use Ctrl+D Shortcut key to copy the formula from above cell, Then
the formula should work. For example

IF Cell C4=Raja~Mahendiran?#. I need to copy this data to C5 and
IF Cell D4=SUBSTITUTE(C4,"~?#",""). I need to Use Ctrl+D.

However what he said is not working!!!

Could you please try the above or investigate on this

Thank You,
Raja Mahendiran S
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top