Replace Number

G

Gazz_85

I have over 400 entries in a colomn which start with 0015...and then more
numbers.

how can easily edit on mass so that they now begin with only 015 ???

cheers
 
M

Mike H

Hi,

To get these leading zeroes there are 2 likely possibilities:-

1. The cells are formatted to show them so simply alter the format.

or

2. The numbers are really text and I have assumed this is the case.

So if the 'numbers' start in a1 put this in b1 and drag down

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

Copy this new range and then select the 'old' range and
Edit|Paste special - select values - OK
delete the column with the formula in.
--
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

Similar Threads


Top