Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
-G. -G. is offline
external usenet poster
 
Posts: 1
Default Replace many asterisk characters, '*' in Excel

How do I replace a lot of asterisks, '*', in Excel XP. They are appended to
numeric data values, changing the values to text values so I can't run
fomulae on the original values. Trying "Replace *, <null " on the
spreadsheet deletes all data.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Replace many asterisk characters, '*' in Excel

Tilda can help you

Replace ~* with nothing
--
Gary's Student


"-G." wrote:

How do I replace a lot of asterisks, '*', in Excel XP. They are appended to
numeric data values, changing the values to text values so I can't run
fomulae on the original values. Trying "Replace *, <null " on the
spreadsheet deletes all data.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Replace many asterisk characters, '*' in Excel

Use the following formula:
=VALUE(SUBSTITUTE(A1,"*",""))
The value function converts the resulting string to numeric.
Gary

"-G." wrote:

How do I replace a lot of asterisks, '*', in Excel XP. They are appended to
numeric data values, changing the values to text values so I can't run
fomulae on the original values. Trying "Replace *, <null " on the
spreadsheet deletes all data.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 477
Default Replace many asterisk characters, '*' in Excel

Replace
~*
With
< leave Blank
Back up before you try!!!!!

"-G." wrote:

How do I replace a lot of asterisks, '*', in Excel XP. They are appended to
numeric data values, changing the values to text values so I can't run
fomulae on the original values. Trying "Replace *, <null " on the
spreadsheet deletes all data.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 477
Default Replace many asterisk characters, '*' in Excel

Sorry for the BLANk fired;
The ~* << is what you want to replace with nothing


"-G." wrote:

How do I replace a lot of asterisks, '*', in Excel XP. They are appended to
numeric data values, changing the values to text values so I can't run
fomulae on the original values. Trying "Replace *, <null " on the
spreadsheet deletes all data.

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
CSV file containing german characters imported into Excel Peter @ fjs Excel Discussion (Misc queries) 0 October 26th 05 05:32 PM
Find and replace should work in Excel text boxes Bob@Teton Excel Discussion (Misc queries) 0 October 20th 05 01:16 PM
How can I replace 2 of 5 characters within an cell in MS Excel? pmhall Excel Worksheet Functions 8 June 8th 05 09:07 PM
macro to Find Replace in Excel Nurddin Excel Discussion (Misc queries) 7 January 3rd 05 04:29 AM
How do I search for an asterisk in an Excel file--it thinks the a. ace Excel Discussion (Misc queries) 3 December 9th 04 04:23 PM


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