Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 390
Default how do I remove unwanted characters within a text string.

I have parantheses appearing randomally in my results and want to remove them
from results. Is there a function which would do this.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default how do I remove unwanted characters within a text string.

You substitute them with nothing, as in:
=Substitute(a1,"(","")

You can nest this command if you want to do more than one character at a
time:
=substitute(substitute(a1,"(",""),")","")

Regards,
Fred

"bill" wrote in message
...
I have parantheses appearing randomally in my results and want to remove
them
from results. Is there a function which would do this.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default how do I remove unwanted characters within a text string.

Is there any chance that the ()'s mean that the results (numbers) should be
negative?

Could it be a formatting change instead?

bill wrote:

I have parantheses appearing randomally in my results and want to remove them
from results. Is there a function which would do this.


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
remove unwanted text after the 7th position George P Excel Discussion (Misc queries) 2 January 25th 07 12:04 AM
Remove all characters following the first character in a string RC Excel Discussion (Misc queries) 5 August 30th 05 03:17 AM
Remove characters from a text string using a formula duncrbrt Excel Discussion (Misc queries) 1 June 4th 05 02:19 AM
want to remove all text characters equal to one character in length from text string [email protected] Excel Worksheet Functions 1 April 18th 05 09:56 PM
want to remove all text characters equal to one character in length from text string [email protected] Excel Worksheet Functions 1 April 18th 05 12:25 AM


All times are GMT +1. The time now is 09:13 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"