how to replace a hard return?

G

go1angel

I have a bunch of hard returns at least I think that is what they are. The
data comes from a database on our intranet. I get the data in the form of an
excel spreadsheet. But now I have all of the returns. They look like bold
bars and when I click in the cell they look like empty boxes. I tried doing a
find and replace with ALT 0010. It found a number of returns but not any of
the ones I need it to find.

If you can help I would appreciate it very much.
 
T

Tom Ogilvy

let's say that this is the 4th character in the string in A1. In another
cell you could do

=code(mid(A1,4,1))

to find out what the ascii code of the character is.
 

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