Replace many asterisk characters, '*' in Excel

G

Guest

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.
 
G

Guest

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

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