#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 49
Default Replace Number

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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Replace Number

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.


"Gazz_85" wrote:

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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Replace Number

If there are no other instances of "00" you could use Find, Replace
"00", "0"

Gazz_85 wrote:
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


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
How can I replace text with a specific number? Emma O''Shaughnessy Excel Discussion (Misc queries) 3 July 3rd 08 01:14 PM
remove and replace digits from a number spreadsheet monkey Excel Worksheet Functions 3 April 20th 07 03:08 PM
Replace variable row number in formulas Ldub Excel Discussion (Misc queries) 0 November 3rd 05 11:25 PM
Replace a number with text Candy Excel Worksheet Functions 1 October 3rd 05 06:49 PM
How do I replace a negative number with zero Laura@Gage Excel Worksheet Functions 4 March 9th 05 03:05 AM


All times are GMT +1. The time now is 01:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"