Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Delete special character

"I have this symbol " ' " in the entire sheet
ie :
'0122344
'0123234
'8384392

May i know how to delete all the " ' " , which is the the first character of
the above ?
bear in mind all r followed with ZERO.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 175
Default Delete special character

do you want the Zero? if yes try this
=SUBSTITUTE(A2,"'"," ")
This will give you 0122344 but it is not a number

if you don't need the zero, simply use the Replace feature from
Edit in the Tool bar
type ' under Find what and click OK

--
Hope this is helpful

Pls click the Yes button below if this post provide answer you have asked

Thank You

cheers, francis

Am not a greek but an ordinary user trying to assist another



"Kiannie" wrote:

"I have this symbol " ' " in the entire sheet
ie :
'0122344
'0123234
'8384392

May i know how to delete all the " ' " , which is the the first character of
the above ?
bear in mind all r followed with ZERO.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 175
Default Delete special character

Oops, sorry, there are typos

=SUBSTITUTE(A2,"'","")

there is no space for the last arugment

if you don't need the zero, simply use the Replace feature from
Edit in the Tool bar
type ' under Find what and click Replace All

--
Hope this is helpful

Pls click the Yes button below if this post provide answer you have asked

Thank You

cheers, francis

Am not a greek but an ordinary user trying to assist another



"Francis" wrote:

do you want the Zero? if yes try this
=SUBSTITUTE(A2,"'"," ")
This will give you 0122344 but it is not a number

if you don't need the zero, simply use the Replace feature from
Edit in the Tool bar
type ' under Find what and click OK

--
Hope this is helpful

Pls click the Yes button below if this post provide answer you have asked

Thank You

cheers, francis

Am not a greek but an ordinary user trying to assist another



"Kiannie" wrote:

"I have this symbol " ' " in the entire sheet
ie :
'0122344
'0123234
'8384392

May i know how to delete all the " ' " , which is the the first character of
the above ?
bear in mind all r followed with ZERO.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 48
Default Delete special character

The apostrophe is a symbol that says the contents of the cell is text.
It is a non printing character and should not be a problem for you.
If it is removed, you will lose the leading zeros in front of some of the
numbers.
If you really want to get rid of it, try this:
Save the sheet first in case the result is not what you require
Type a number 1 in a blank cell
Copy the cell
Highlight the cells where you want to remove the apostrophe
Right Click and Paste Special
In the Operation part of the menu, halfway down, select Multiply
Click OK to finish
Text Numbers multiplied by 1 turns text numbers back into numbers
They are text numbers for a reason though, some formulas that reference them
may stop working when they are turned back into numbers.
Be Warned, try it on a copy of the file, keep the original.

--
Saruman
(There is a time and place for code when Excel can't manage the problem
straight out of the box)

---------------------------------------------------------------------------
All Outgoing Mail Scanned By AVG Free 8
---------------------------------------------------------------------------
"Kiannie" wrote in message
...
"I have this symbol " ' " in the entire sheet
ie :
'0122344
'0123234
'8384392

May i know how to delete all the " ' " , which is the the first character

of
the above ?
bear in mind all r followed with ZERO.



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
Special Private Character Question ram Excel Discussion (Misc queries) 4 July 12th 08 03:28 AM
Special Character FARAZ QURESHI Excel Discussion (Misc queries) 2 May 18th 07 10:13 PM
Can I create a special character for the Character Map? JohnP Excel Discussion (Misc queries) 3 December 24th 06 01:10 AM
Special Character Henry Excel Discussion (Misc queries) 1 July 25th 06 01:02 PM
Excel 'Special' Character DannyDont Excel Worksheet Functions 1 March 18th 06 01:30 PM


All times are GMT +1. The time now is 01:10 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"