Formula

M

mmmalaska

Can some one please help me with a formula? I have several hundred rows in
the same column with the numbers HI0375xxxx. I need to formula to change
that to HI375xxx and take out all the zeros. The numbers vary in the rows
after the "0", but the "0" is always the 3rd charactar. Thank you for anyone
that can help.
 
M

Mike H

Hi,

Try this and then if you want you can copy and paste special paste values
back over the original data

=LEFT(A1,2)&MID(A1,4,LEN(A1))
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
 
M

Mike H

Your welcome


--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
 

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