#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 76
Default Remove # Symbol

I have column with strings of text that has the # symbol in front.
#1234567891011
I need to remove the # symbol.

Text to columns does not work with (fixed with).

Thanks:

Teddy-B
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 73
Default Remove # Symbol

Same deal, use "Edit", "Replace" (and leave Replace with blank)

--
If my posting was helpful, please click the "Yes" button.

ROCK ON!,

Scott


"Teddy-B" wrote:

I have column with strings of text that has the # symbol in front.
#1234567891011
I need to remove the # symbol.

Text to columns does not work with (fixed with).

Thanks:

Teddy-B

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7,247
Default Remove # Symbol

Insert a new column next to the existing data, and use a formula like

=RIGHT(A1,LEN(A1)-1)

where A1 is the first cell with data. Copy this down as far as you
need to go. Then copy this range and Paste Special Values over the
original range and finally delete the range with the formulas.

Cordially,
Chip Pearson
Microsoft MVP
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)


On Wed, 26 Nov 2008 06:55:00 -0800, Teddy-B
wrote:

I have column with strings of text that has the # symbol in front.
#1234567891011
I need to remove the # symbol.

Text to columns does not work with (fixed with).

Thanks:

Teddy-B

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
SYMBOL ¦please help how do i do this symbol without copy/pasting i babybloo Excel Worksheet Functions 1 June 26th 08 08:29 AM
How to remove the % symbol only Access Joe Excel Discussion (Misc queries) 3 June 10th 08 11:45 PM
How can I remove the % symbol from a cell. Thanks [email protected] Excel Discussion (Misc queries) 1 June 13th 07 04:08 AM
remove percent symbol on percentage formatted cells in excel IncognitoPC Excel Discussion (Misc queries) 1 April 18th 06 06:32 PM
I need a symbol but "symbol" in the Insert menu is grayed-out. Nothappy Excel Discussion (Misc queries) 2 May 3rd 05 12:16 AM


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

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

About Us

"It's about Microsoft Excel"